Mapping Output of an Operation in For Each Loop to Response
Summary
Output of Find Operation in For Each Loop needs to be mapped to Response as repeating ElementContent
I have a for Each Loop in my ICS orchestration, in which I have a find operation used for finding and fetching the details of a particular ID from a list of ID's as ICS input. For Each of this operation, I need to map the fetched details to the response node in a manner that each of the find operation output is mapped to a repeating structure in ICS response.
Is there any way I can do this?
For Each ->{ (FIND OPERATION - ID) } End of For Each // loop for each of ID1,ID2,ID3 and get seperate output etc
Tagged:
1