The goal of this workflow is to put purchase order (PO) information in a new google sheet file, named after the PO number, by analyzing the PO pdf, Then extracting some information from images that relate to the purchase order and update the created google sheet with the information extracted from the drawings. everythings seems to be working. a new shete is created and i use the link to that sheet as an input of my google sheet updater node, but i get an error with out much explanation that the google sheet updater failed. How do i fix this problem? to be clear, i want to create a new google sheet file and update that file in the same workflow to eventauly send it of via an e-mail.
any other suggestions on how to achieve this wold also be helpfull, thankyou in advance.
Hey @Donna! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
Thank you @Donna – The fix here would to enable Loop Mode on the Google Sheet Updater node and change Update Multiple Rows to Update a Single New Row.
This lets each row run in its own loop iteration – essentially a separate API call to Google Sheets – which is necessary because we’re passing multiple sheet links dynamically.