Hi,
I have a workflow that I need to use Control Containers to manage the order of things. In this workflow, I'm using APIs to assign users to clients and it seemed have been working fine for quite some time but recently started receiving:
("error":"too_many_requests","message":"you have exceeded your allowed request limit against the api try again later. See the X-Rate-Limit headers for more details")
I tried adding the Throttle Tool before the Download Tool with the Patch endpoint but now I'm getting:
Throttle can't cross the Control Container boundary lines
Does anyone know how to resolve this? TIA