That approach should work. The for loop should be outside the step, that way you will benefit from t

That approach should work. The for loop should be outside the step, that way you will benefit from the persistancy of previous successful step executions, sparing on the API calls.

Recommendation. Give it a spin!
Was this page helpful?