surranga
(Suresh.R)
September 22, 2021, 6:52am
1
Hi,
I am trying to update my smartsheet with the data extracted from SQL query . During execution I get an error
Activity ended with error:
Error Code: [202]
Message: Column ‘RowId’ does not belong to table .
Any thoughts on above error
Thanks In Advance
Suresh R
Hi @surranga
Check with the exact Column name that are same in both!
Regards
Gokul001
(Gokul Balaji)
September 22, 2021, 7:06am
3
Hi @surranga
Can you check the extracted value of the SQL query whether the value contains “RowId” column?
Regards
Gokul
surranga
(Suresh.R)
September 22, 2021, 5:48pm
4
Hi Gokul,
I don’t have a column name rowid extracted from the SQL query but I think in smart sheet it has default rowid in each sheet.
I am not sure how we can fix that error.
Thanks
Sureshbabu.R
surranga
(Suresh.R)
September 22, 2021, 5:49pm
5
I have same exact column name from the sql query to smartsheet. But it says rowid does not belong to table
Hello,
I am trying to update the rows in a smartsheet and I am receiving the below error
Activity ended with error:
Error Code: [202]
Message: “The attribute(s) row.rowNumber, row.createdAt, row.modifiedAt are not allowed for this operation.”
Can someone please help to resolve this issue
The solution is to build a data table like this:
Then add a row to it using Add Data Row that contains the variables you want to pass:
Then in your Update Rows activity, pass the data table in the Row Data Field and leave the Rows field blank.