Persistence how-to guides
This page includes guides and resources that can help you learn how to create automations using the activities in this package.
Tutorials
Step-by-step guides on how to create automations from scratch. Each tutorial includes a project that you can download and open in UiPath Studio.
| Tutorial | Description | Activities |
|---|---|---|
| Building Your First Form Action | Create three generic Form Actions, containing information relevant to an accounting department. For each company name stored inside a data table, a Form Action is created. | Create Form Task |
| Advanced Controls for Drop-downs | Use drop-down lists with the UiPath Form Designer, inside the Create Form Task activity. | Create Form Task |
| Embedding Objects in Form Actions | Design your Form Actions to display images or PDF files, to simply customize the look with logos and icons, or to provide materials that can help your Action Center users in completing the Action. | Create Form Task |
| Allowing Users to Upload Files to the Storage Bucket | Allow your Action Center users to upload files to a storage bucket. Robots can then download these files for further processing. | Create Form Task |
| Adding Advanced Logic Using Java Script | Build advanced conditions and logic into the design of Form Actions to guide Action Center users and reduce the likelihood of errors. | Create Form Task |
| Setting a Default Tab | Set which tab to be displayed by default inside a Form Action. | Create Form Task |
| Removing the Delete button from Edit Grid using custom CSS | Use custom CSS to remove the delete button from an Edit Grid component. | Create Form Task |
| Customizing Edit Grid templates | Helps you customize the Header and Row templates of an Edit Grid to enhance its visual appeal. | Create Form Task |
| Using buttons to trigger custom logic | Configure a Button component in forms to act as an event trigger. | Create Form Task |
| Using an External Form Layout | Create an external form layout, save it, and modify it. | Create Form Task |
| Sample Workflows | Sample workflows based on Studio snippets, created with the activities available in the Persistence activity package. | Add Queue Item And Get Reference page, Wait For Queue Item And Resume, Create External Task, Wait For External Task And Resume, Create Form Task, Start Job And Get Reference, Resume After Delay, |