I am looking for the best way to loop over an integration for each item in an array, and append the result (in this case a document) to a variable. Ideally I would do this directly in the UI.
Discussion posts and replies are publicly visible
Does the integration that you want to call allow multiple items to be called to perform the same operation, or has to be called separately for each individual item?
It has to be called individually for each item in the array unfortunately
And is the response time for each call acceptable? Are you expecting to have a lot of items or only a handful?
Somewhat acceptable. I expect to have maximum of 200 calls. It takes about two minutes to execute 200 calls