Hi Everyone,
i have managed to create a flow that Pulls Order Information that contains line items, i have managed to iterate thru the list of items in order to try and PUT (Create) 2 new order in second call but all the line items are getting grouped, example:
Order1
OrderNBR
CustomerID
Details[Item1,Item2,Item3],
Remove the For <> Collect loop and use the below code instead and it should give you what you’re trying to achieve. It uses an FQL function Map that applies a transformation to every element in a list.
Here’s the code inside the Evaluate block in text:
Hey @roger.urbina , yeah the nested for has some bug which is causing a caching issue. Will debug and fix it soon. Thanks for bringing it to our attention.