Hi friends,
I have a flow with two GROUP LOOP START.
In the first group loop , I’m grouping by product SKU:
Until where is working fine. It’s returning 5 rows.
image
Before I start the second group loop:
I’m want to sorter the values in the order below.
So then, I use a Sorter Node to obtain that particular order.
image
Problem: in the second loop, I have tried every thing to start the loop from the first rows, but the node starts from the last values.
- I tried to inverter order with another Sorter node.
- I tried to not check the flag (image below)
I don’t know how to group correctly