Simple retry mechanism for API calls using Retry Scope activity

Hi everybody:
For all of us that usually work with automations that interacts with web APIs know that sometimes responses are not as expected (like 500 Internal Server Error). Many of these situations are temporary due to workload and having a retry mechanism is a valuable thing.
Here I share a simple solution using Retry Scope to retry HTTP Request and IsMatch activity to evaluate HTTP code.

Followed by an If block to evaluate further actions.

API_RETRY.zip (3.7 KB)

Hope it will be useful.

Gabriel Marin

2 Likes

Thank you:

1 Like