Hi,
I know it can delete rows up to 20, but I need it to delete a lot more than that as I am working with large sheets that contain thousands of records.
The process I want is:
- Trigger by email attachment
- upload to googledrive
- find rows using search term
- delete rows
- find rows using different search term
- delete those rows
- upload to airtable
I know it can do this individually, but I need it to loop until it can’t find any more rows of that contain that data. For example, loop 3 to 6 until satisfied, then continue to 7.