timed execution

timed execution

By applying a tag to one or more CRM accounts, Zoho Flow is started by sending webhooks.

my flow, using some information from the CRM record, searches for some information in the Zoho Analytics tables and then reports it to the CRM itself.

The problem is that by applying the tag to more records, more flows are started, which trigger many requests to Zoho Analytics... and the request per minute limit is often exceeded. consequently my flow goes into error and is disabled.

It would be convenient to be able to set that the execution of the flow must only occur for one record at a time and that there must be an "x" waiting time between one execution and another.

If this were possible, I could create my own integration between ERP and CRM WITHOUT HAVING WRITTEN ANY CODE and using only Zoho tools.