Hi all,
I am using a trigger "When a new email arrives" which contains data in form shape. Next i am using "Compose" action to split email into an array, which outputs something like this:
Note that there are multiple products in email.

Next i am extracting data with their specific name like:


In last i am using "Compose" action to index my name or company etc. Extracting one item is easy. But as you can see above, i have multiple items in product section. What i need is to extract both product id in loop.
This is what i am getting, as you can see loop considers both lines, it only gives first id both times


can someone please help me on this? How this is possible to get multiple items?
Thanks