This is probably a silly question but is it possible to force a scenario to continue to the next step if the previous step had zero operations?
In this screenshot, the top row looks at Google Sheets to see if there are any new records to add to Airtable (Airtable is the slave to the Google Sheets master). If there are new records, it adds them.
The second row is similar but looks for changes to records and edits them rather than adding new records (nb: the very last step should be an upsert module, not search - it’s just an error on my part).
The problem is that if there are no new records to add in the first row then the scenario stops running after the fourth step. Is there a way to force it to continue on to the next step?
Thanks,
Ryan