Skip to main content
August 27, 2021
Question

Calling an integration for each item in an array

  • August 27, 2021
  • 4 replies
  • 0 views

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.

4 replies

marco.amador
September 17, 2021

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?

September 17, 2021

It has to be called individually for each item in the array unfortunately 

marco.amador
September 17, 2021

And is the response time for each call acceptable? Are you expecting to have a lot of items or only a handful?