I defined a structure and the data is passed from an Activation Policy. I added a notification in the WF to confirm the structure has data.
Order
Line
Item: ABC
Line
Item: DEF
How do I extract item level information (e.g. ABC and DEF)? I added a parameter mapped to "Value from Structure" and got ABC. How do I create a "loop" to process all the lines?
Thanks.