Best way to handle different modules

Hello,
I would like to know, how to handle different modules in uipath (Sequence or flow chart , etc).
E.g: Login module, Select item , Setting configurations for the selected item, Generate Bill.

What will be the best choice , please suggest.
Thanks,
Chandra

1 Like

Fine
Usually its all based on the need and module been use,
–Sequence
Sequence are generally used for linear process without much deviation between application and involved decision making
while Flowchart has lot of scope for decision making and looping, it plays a vital role it those situations, and as they present multiple branching logical operators, that enable you to create complex business processes and connect activities in multiple ways.

For more info on these two topics, with perfect examples in them
https://studio.uipath.com/docs/sequences

All together we can make use of these types of process development
we can use REFramework which is generally used for transactional business process used for large scale deployment

Cheers @cschevuri

1 Like

Thank you, currently i am trying with sequence type, but it is very lengthy, there are 6 foreach loops , iam bit confusing when trying to come back and do changes, any other methods to make this easy.

Fine make sure you have used common global variable (that is the variable with scope defined to the whole sequence in the variable panel), so that we dont need to go each and every for each loop and make changes with the for each loop variable were we can change them in variable panel itself dont need to go to the loop at each point
or try to use config file where we can make changes in a single place that helps us to avoid moving to different for each loop if any changes is to be made

Cheers @cschevuri

1 Like

Thank you, will try this way !!!

Great kindly try this and let know for any queries or clarification
Cheers @cschevuri