I have a question regarding a recurring “issue” I have.
A lot of my flows start with this structure:
Trigger: Schedule 1 minute
Actions: Get next row(s) in Google Sheets.
…
I use this structure because I have long lists of data in Google Sheets, and it goes one by one with all rows.
My problem is that when it’s done with all the scheduled (written rows), it keeps running and causes errors.
Can I deactivate the flow using a code or piece once it finds an empty row in Google Sheets, maybe by using a Branch?
I think this is necessary because it gives the opportunity to Aative Pieces to be fully automated.
I don’t know this feature is already being asked or title done.
Thanks in advanced.