Google Sheets Updater loop mode gone

Hello,

Was the best way to update my workflows now that the Google Sheets Updater’s loop mode has been removed?

Hey @Victor_Melara! 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.

  1. Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}

  2. Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
    GIF guide

  3. Provide details about the issue—more context helps us troubleshoot faster.

You can find your run history here: https://www.gumloop.com/history

Hey @Victor_Melara – You can use the Update Multiple Rows option, its more efficient that way:

PS. You don’t have to do any edits to your existing workflows, this update is backwards compatible.

When I used that mode in my work flow its expecting an array with the same length, but what if for example The Facebook Ad Library Scraper returns an empty result? Now the Google Sheet Updater doesn’t know what to do with such list example:

https://www.gumloop.com/pipeline?run_id=DrqNU5w686FgyXAhduFoXo&workbook_id=8Z2wW1De9j2MtWMgstdfbu&tab=6

This is because some of the values in the Google Sheet Updater node are being passed from the source (the sheet reader), while some of them are being filtered through from your Facebook scraper node (which is wrapped in an error shield). So there’s a mismatch between the data. A subflow here would solve the issue. More info here: How does Error Shield actually works? - #7 by Wasay-Gumloop

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.