You can use the following project templates to create an automation project on the "New" page in the Start Homepage.
Description:
Click "More Templates" on the right side of "New from Template" to see all the templates.
Enterprise Standard Flow provides a set of standards for business processing to help complete automation. The template includes log processing, environment processing and related data processing.
General Business Flow is used to automate basic business. The template first reads the data required for the project, saves it to a predefined variable, and then determines whether it needs to be processed based on the stored data, and if so, conducts business processing.
Fault Tolerance Process handles common exceptions in the flow by using try catch.
Web Flow is standardized for web operations. The template mainly opens a website and processes it, and after that website is processed, it jumps to another website to continue processing the rest of the operations.
Enterprise Flow Template standardizes on common enterprise main business flows.
Data Scraping Template is generally used to obtain structured data from browsers.