When defining a flow that requires a series of ‘For’ and ‘Collect’ Blocks, running the Flow finishes in a condition with no errors, but also the ‘Collect’ Blocks do not return and output.
Hi @mikeadsk
Can you provide a screenshot of your whole flow so I can see what you mean by a series of for and collect blocks?
I can try @flows-daniel
@flows-daniel the only ‘Collect’ block not working is the far right. All others work and operate as expected.
Hi @mikeadsk
It looks like you have a for<>collect for just selecting a single field (in groups 5 and 7), you should do this in an evaluate block in TS and your flow should work properly.