What are flowcharts?
Flowcharts are used in project settings where the business processes are complex and have multiple decision points. Flowcharts support multiple logical branching using various types of activities such as If/Else, loops, and switches.
For example, you can create a flowchart that takes input information, such as Year
, from a user through an Input Text Box and verify whether it is a leap year. In this example, it can have two possible outcomes. One is leap year, while the other is not a leap year based on the input provided. Let's look at an example.
Example of a flowchart
In this section, we will create a flowchart example that identifies whether a given year is a leap year. Perform the following steps to build the automation using a flowchart:
- Create a New Blank Process from the New Project section in UiPath Studio and name it
Flowchart_Example
, as shown in the following screenshot: