Thanks Kellsey,
This is helpful.
The reason I was trying to branch into 2nd flow was I need to execute some steps more than once. So, it was expected to perform like:
- start flow 1
- branch to flow 2
- execute flow 2 until condition is not met
- back to flow 1 and execute rest of flow 1.
From what you are saying, I need to do the following:
A. start flow 1 and go till the end
B. start flow 2 and iterate flow 2 till condition is not met
C. start flow 3 (flow 3 is created from step 4 above)
I hope step C above is possible, i.e. I can iterate a flow until condition is not met.
thx