hi, Iâm using a flow which has a âforâ block followed by an âifâ block. Near the end of the flow Iâve joined both branches of the âifâ back together through an âevaluateâ block that uses the FQL $merge function which produces a single object. Now I tried collecting these objects in a âcollectâ block, but it doesnât work as expected.
As you can see in the screenshot, the âcollectâ blogs appears to be randomly collecting items. At first, it collects data from 5 iterations before finishing, then it finishes after each iteration, collecting a single object each time.
I say ârandomlyâ because the first time I ran this flow I joined the two branches of the âifâ block in a ârecordâ block instead of the âevaluateâ block that is in the screenshot and then the âcollectâ block collected 3 iterations at once which coincidentally corresponded to the 3 iterations that came via the top branch. It then âcollectedâ the other 7 separately.
Any idea if Iâm doing something wrong or if something else is happening here?
Thanks!