Error 429 from Zoho CRM trigger

Hi,
I keep getting 429 errors when being triggered by Zoho CRM.
When importing larger amounts of products, like 20 products at once, it goes wrong. (429 errors / " component was still running code. Make sure you await all promises.")

How can I solve it?

Hello @anon37974481, I assume you are using Zoho CRM Create Object action that send one request per run. So this 429 error comes from Zoho CRM because the workflow runs many times in a short amount of time. Maybe can you throttle the rate of creating products?

Or maybe you can create a new ticket for Pipedrea to have a new action to bulk create the objects?