Hi Team,
I am trying to update multiple rows of Smartsheet, by looping into the data.
Can anyone help to use “Sheets_rowsCells” which should be provided as input in the field “Cells” of the Update row activity?
Or how can I update specific column of the Smartsheet by iterating through each row?
First use listrows activitiy and get the rows you needed
Then use the putput of 1 in the update rows activity Rows field…and then provide datatable of what column value to be updated.Below is the datatable structure