I have had for the past few days, running a google sheet updater, it works 1 out of x times.
This isn’t about cost, as AI nodes cache the data, but about finishing what I want in decent times
You can see that I interrupted the flow many times, and that’s after 30min or more of waiting and it stuck at row 218 or similar
How does one get it to work??
Hey @elieh! 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.
Hey @elieh – The reason the Google Sheet Updater node is taking too long is because loop mode is enabled, which loops the single row operation multiple times. You can simply toggle “Update multiple rows” in updater mode to handle all values in a single operation.