Anyone else seeing/has seen this issue?
I have setup a Scheduled automation to identify rows that had not yet been updated with values from a Google script (due to an error).
For each row, the Bot will call the script get 2 values returned in object form. A second step will update 2 columns with the returned values.
When I test the Bot, it properly identifies my 4 test rows. I can see in the logs for a “Completed” entry for each row.
Only the first row applies the updates to the row columns. I can see that the other 3 rows made the script call and received the expected values back BUT the update step is not applying the values to the columns. It as if either the parameter object is not getting populated and therefore is blank when the update is attempted OR the update just silently fails.
Additionally, I can re-run the Scheduled Bot and only the first out of the remaining 3 rows gets updated