Call external service in a loop based on array length?

see:

You can use the same features but on a service task or a script task which is calling your external service.

You use the multi-instance and configure the collection of the multi-instance to be the array in your json object.

some javascript:

S(JSON.stringify(myJsonObject)).prop('cars').elements()

See the links in the DMN looping thread for more details.

1 Like