Skip to content

A GitHub action to update a row in a Smartsheet

License

Notifications You must be signed in to change notification settings

bronsonholden/smartsheet-update-row

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Smartsheet GitHub Action: Update row

Maintainability Test Coverage

A GitHub action that updates a single row in Smartsheet. Use in conjunction with smartsheet-add-row in a workflow to add rows with data to your sheets.

Inputs

Input name Description
access-token Your Smartsheet API access token
sheet-id The sheet ID your row exists in
row-id The row ID to update
column-name Title of the column you wish to update a row value for
cell-value The value to enter into your row

Outputs

None.