I'm running into an issue in Bridge where a row I just created via the Add Row module, is coming back as not found when I try to use a Get Row module, referencing the row it just created.
Goal:
I have a workflow where I am adding a row to Sheet B, by copying data from sheet A. When that new row is created, an Auto Number field is populated with the next number in the sequence. I need to take that Auto Number from Sheet B, and return it to a reference field in Sheet A.
Here is the workflow:
Note that the workflow fails before getting to the final update row module.
Here is the log I get after Add Row is completed. You can see the row ID that is created (768) and the sheet ID. You can also see it throwing an error in the next module where it claims the row it just created (768) does not exist.
Here are the settings for the Get Row module that is failing. It is cut off, but the row ID's full reference is:
{{states.Hold State IS Unchecked.smartsheet.add_row.row.rowNumber}}
Any assistance this community can offer is greatly appreciated!