I have a workflow in Flowchart where the first sequence includes For Each Row activity.
But in my project, I would need that For Each Row to run all related/connected sequences from Flowchart), starting with one called Find homepage (in the picture bellow).
What should I use to jump from 1st sequence (For Each Row) to the second one (Find homepage) without breacking the loop of For Each Row? I was playing with Invoke without success (since I would like to avoid using multiple files for a one small learning project).
The question may be: how to continue from this workflow included bellow:
Hello Thomas. If my understanding is correct then you want to put find homepage block inside the for each loop block. Otherwise the bot will go to find homepage only knce all the loop are done.