Multiple work flow in loop

Hi

Loop End (2 ports) node allows two work flows in one loop and output 2 result tables, what if I have more than 2 work flows and each produce a result? 3,4,....?

Kind regards

Wei

1 Like

So far we only have loop ends with two inport / hence collections.

You have three possibilities.....

1. Combine your 3 paths to one or 4 to two (joining, concatenating,...)

2. Use more than one loop construct, so multiple loop start, loop end, collecting your different results.

3. Write the data of the "other" workflows to a csv file and read them afterwards.

1 Like