How to choose Project is sequence flow or flowchart

Hi,
I have 3 task based on same file first 2 task need to provide output file …based on thiis output going to do task 3…how to choose itis in which flow…

Thanks…

Hi @nirmalad123

Choosing between a Sequence and a Flowchart in UiPath depends on the complexity and nature of your tasks:

  1. Sequence: Best for straightforward, linear processes where tasks are executed one after the other.
  2. Flowchart: Best for processes with complex decision-making, branching, or multiple paths.

You can use both sequence and Flowchart for this process. But If you have many complexity conditions and branching better to do it in Flowchart.

Hope it helps!!

@nirmalad123 ,

Use flowchart. Pass the output file through arguments.

Thanks,
Ashok :slightly_smiling_face: