I have a workflow where I am fetching records from an API using Download tool.
I need to process this for 1 Million ID.
When I execute the workflow it works fine until download tool fetch data for IDs.
if there is any error for any single ID then download tool gives error and it end up stopping whole workflow.
I need a solution where we can ignore the errors and my workflow should be executed for next ID.
We tried using macro. I have handle the situation but macro takes 10 hours to process whole 1 Million ID.
Which is not feasible solution. Sometime we need to process for 4 millions also.
Any inputs from the team will save my hours of effort.



