Skip to content
Recued
Menu
← Back to recipes

Update Smartsheet row

by recued-core v1

Approval-gated Smartsheet row update workflow. It reads one row for context, then calls recued-core.smartsheet.row.update with a caller-provided JSON array of Smartsheet Row objects for exactly that sheet and approved row target. It does not add rows, delete rows, copy or move rows, upload attachments, send update requests, share the sheet, import files, or call arbitrary Smartsheet endpoints.

How it works 7 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (7 steps)
sheet_id trim
Trim whitespace from setting sheet id
row_id trim
Trim whitespace from setting row id
rows_json trim
Trim whitespace from setting rows json
reason trim
Trim whitespace from setting reason
row_before ?
update_rows ?
card to_summary
Format results as a summary card
Settings 5 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

reason setting =
row id setting =
sheet id setting =
rows json setting = [{"id":0,"cells":[]}]
smartsheet setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Smartsheet connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

smartsheet smartsheetsheetsrowscellsapprovalwork-managementpack:smartsheet

Details

7 steps 5 configurable settings recipe_id: update-smartsheet-row