I've seen various ideas on how to clear a sheet using bridge before beginning a workflow. However, could it be as simple as this?:
- Add a checkbox column such as "Delete Row"
- Use Bridge to change all rows to be removed using an "update sheet" in Bridge.
- Use automation to move rows out when the row is checked instead of a bridge command.
It would require you clean up the sheet that it's moved to occasionally, but this method would be really efficient and retain a backup of the data. Benefits:
1 GET to retrieve sheet rows.
1 UPDATE call to set checkboxes (up to 500 rows per batch).
Zero DELETEs — row removal handled by native automation.
It would also only work if there were no notes or files on the row, or they would stay right? Not bad.
000000000000000000000000000000000000000000000000000000000000r
I could just setup automations that use "Clear Cell Value in" for each column on a row when a date is reached..
ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooor
Is there a better (and efficient) way you found that works better?