JonathanDragonDJ
Member
I have an automation that is triggered when a new file is added to a dropbox folder. Later on, data is added to a google sheet row.
All of this works fine with small tests.
If I put a large batch of new files into the dropbox folder, it ends up hitting the rate limit error with Google sheets.
Is there a way to limit how often the entire workflow will run?
Since I have to wait for Pabbly to be triggered by Dropbox, it's hard to do this manually.
I want to put a delay into the entire workflow, since Pabbly always grabs files in batches from Dropbox.
If I put a delay INSIDE the workflow, all of them will have the same delay so the rate limit will just get hit one minute later.
I want to set up a frequency max for the ENTIRE workflow.
All of this works fine with small tests.
If I put a large batch of new files into the dropbox folder, it ends up hitting the rate limit error with Google sheets.
Is there a way to limit how often the entire workflow will run?
Since I have to wait for Pabbly to be triggered by Dropbox, it's hard to do this manually.
I want to put a delay into the entire workflow, since Pabbly always grabs files in batches from Dropbox.
If I put a delay INSIDE the workflow, all of them will have the same delay so the rate limit will just get hit one minute later.
I want to set up a frequency max for the ENTIRE workflow.