How to slow down REST API calls?

0
I have created a microflow in which a REST API is called in a loop for a list of objects. The problem is; target server gives error due to the speed of the API calls. When I add breakpoints in the loop, I receive no error from the target server. How can I slow down the API calls in the loop?
asked
1 answers
0

Hi Tolga,

 

You could try to use the Delay Java Action from the community.commons.

The community.commons are avivable in the marketplace

 

Hope this Helps

 

 

answered