Using a Flow For Each block β is there a way to get the index value/name/whatevs of current step within the For Each?
1 Like
Not that Iβm aware of. It might be possible to hack something together by having a run code step before the foreach that creates an array mapping e.g. line item ID to index. And then within the for loop, you could probably look that value up from the line item ID.
Whatβs are you looking to do with that index?
I have this Rube Goldberg-esque mixture of Shopify Flow and Mesa that updates our ShipStation orders. I wanted to use the index for diagnostics.
I have a feeling it would be pretty easy to do a shipstation api call from flow btw.