Describe the issue/error/question
Hey everyone.
i want to ask how to pause the operations if operations reaching n numbers.
my goal is to push the data from google sheet to freshworks crm, but since freshworks crm has 1k api call per hours, i want to manage that quota by using Pause/Wait functions
example:
if 2 freshworks crm node (im using http request) operations already reach more than 700, this will pause/wait for 1 hours, then after 1 hours will continue.
if 2 freshworks crm node (im using http request) operations is less than 200, this will bypass the pause/wait function and continue the rest.
i will use if functions to split the conditions
Please share the workflow
Information on your n8n setup
- **n8n version: n8n@0.158.0
- **Database you’re using:SQLite
- **Running n8n with the execution process :own
- **Running n8n via :docker
