Hi,
I am trying to create a google sheet from template and then add rows to the new sheet. When I run it in an isolated scenario, see Isolated scenario Blueprint below
Isolated scenario blueprint.json (89.2 KB)
However, when I put it in to the full scenario, it keeps creating one sheet for each record created through iteration, see below. How can I pause it after module 14 to let it finish creating the records before continuing to the spreadsheets, or is there another way for me to create one google sheet and then add the multiple records to it?
Full scenario blueprint.json (254.1 KB)
Thank you for your assisantce