I have a zap that runs when a button is clicked as the trigger.
The steps are fetching open sales orders from our inventory system, formatting the data with clickable checkboxes in a Google doc, and outputting it to a file.
Before looping through Sales Orders, I am creating a Google Doc from template and retrieving the document ID. In next steps, I am using that document ID to insert text using the Google Docs API (only way to get the checkboxes). Each iteration of the loop is getting the index data to determine where to insert the text. Instead of the text getting output into a single file, a new file is being created for each loop iteration.
Any idea what I am missing here?
