Hi,
I have setup a solution to get data from Smartsheet Resource Management and send it to Smartsheet. I have 4 workflows setup in a parent child relationship to accomplish this.
"SS - Update Budget Totals" > "RM - Get Budget Totals" > "SS - Add Totals Rows" > "SS - Add Rows"
a) "SS - Update Budget Totals" calls "RM - Get Budget Totals"
Parameters passed
: sheet_id and url of smartsheet
b) "RM - Get Budget Totals" calls "SS - Add Totals Rows"
Parameters passed
: sheet_id and RM_data
c) "SS - Add Totals Rows" calls "SS - Add Rows"
Parameters passed
: sheet_id and Re-constructed RM_data
for HTTP Call into Smartsheet
My problem is that everything was working fine after making and testing the solution on 8th of Sep. Today, I accessed the solution to change the API key and I found that in step b) when "SS - Add Totals Rows" is called, instead of receiving the sheet_id
and RM_data
as parameters, its receiving sheet_id
and url
instead, which was passed to its parent as parameters instead!!!
@Genevieve P. (with your knowledge and experience of the Smartsheet ecosystem), can you please shed some light into why this could be happening? This happened to me a month ago, and then I had to re-create a new workspace and re-create the whole solution from scratch. It is very frustrating.
Regards,
AK