I'm saving a database to Gsheets and my workflow is to clear 200 rows and then save the data. With my current blocks I can do this separately but when I try to use FinishedClearRange, it doesn't fire:
To start off saving the database, I want to clear the old data first.
Then after I get confirmation that the clearing operation has completed, I will save the rows:
However, even though I can verify that the spreadsheet has been cleared, the "FinishedClearRange" function never gets called and the rows never get saved.
Anyone have any insight?
Thanks!
-Bryon