Project organization
While working on any automation project, it is very important to work with a proper set of rules so that the project can be organized in an efficient way. In UiPath, the following are some of the best practices considered while working on a project:
- Pick an appropriate layout for each workflow
- Break the whole process into smaller parts
- Use exception handling
- Make your workflow readable
- Keep it clean
We will now elaborate on each of the best practices.
Picking an appropriate layout for each workflow
There are various layouts available while creating a new project. Among those layouts, we have to choose the best option on the basis of the type of automation process we are undertaking. All the layouts are shown in the following screenshot:

Blank
A Blank project is simply a blank page on which you can create the type of layout you want. That is, you can simply start with a Sequence activity if your workflow is in a single order/sequence or you can use a Flowchart activity if...