Google sheets trigger, will this pass to the next row automatically?

What are you trying to achieve?

I’ve created an automation to automatically publish on wordpress post in the spreadsheet.

So my trigger is set to every day, and for “where to start,” I insert all. Plus it will work with 1 row at a time.

Should I add some module, or will the automation pass to the next row automatically?

Screenshots: scenario setup, module configuration, errors


Hello @afuria and Welcome to the Make Community!

If you set it to “All”, the first time it runs I believe it’s going to try and get all rows from your sheet and output them as individual bundles. ALL modules that come after this are going to run once for each row of data from Google Sheets.

Next time the scenario runs, it will run only on the new rows found since the last time it ran, unless you right click and select a new “Choose where to start” option.

Welcome to the Make community!

Based on your screenshot, the first time it runs, it will use the first row, second time it runs it will use the second row, etc.

You can also learn more about this in these Make Academy units:

Setting up my first scenario

  • Scenario UI
  • Renaming, saving, and organizing scenarios
  • What is an app/module?
  • Configure a module
  • Connecting modules
  • Introduction to Mapping

Modules, scheduling and bundles

  • Blueprints
  • Different types of modules - search
  • Different types of modules - action
  • Introduction to triggers
  • Scheduling your scenario
  • Introduction to bundles

Hope this helps! Let me know if there are any further questions or issues.

@samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

3 Likes