Hi,
In ION Workflow I can call M3 MI APIs that return lists (e.g. OIS100MI/LstLine). The response contains multiple rows/records, but I don’t know how to loop through each row inside the workflow.
Is there a way to do a for-each / iteration over the list in ION Workflow? If not, what is the recommended approach?
In the output parameter mapping I’m using $.MIRecord[0].NameValue[?(@.Name=='PONR')].Value or $.MIRecord[*].NameValue[?(@.Name=='PONR')].Value
But I always get only the first record.
Thanks!