- Release notes
- Before you begin
- Getting started
- Integrations
- Working with process apps
- Working with dashboards and charts
- Working with process graphs
- Working with Discover process models and Import BPMN models
- Showing or hiding the menu
- Context information
- Export
- Filters
- Sending automation ideas to UiPath® Automation Hub
- Tags
- Due dates
- Compare
- Conformance checking
- Root cause analysis
- Simulating automation potential
- Starting a Task Mining project from Process Mining
- Triggering an automation from a process app
- Viewing Process data
- Creating apps
- Loading data
- Customizing process apps
- Publishing process apps
- App templates
- Additional resources
Adding fields
You can add new fields using Data transformations. Any additional field that is added to the SQL transformations of the output tables will show up in the app.
-
Make sure the inout data needed for your new field is available in your app. See Loading data.
-
Make sure your data model adheres the requirements. See Data model requirements.
-
Make sure the new field is defined in table SQL file in the models -> 1_input section of the Transformations for which you want to add a field. See also Adding new input tables.
Follow these steps to create a new output field using Data transformations.
-
Go to the Data transformations editor.
-
Select the applicable output table SQL file of the Transformations for which you want to define an output field.
-
Add the field in the
select
statement. -
Select Apply to dashboards and run the transformations to make the field available for use in dashboards.
Note:This may take several minutes. Only if the run finishes successfully, the new field will show up in the Data Manager.
-
Select Edit dashboards and open the Data Manager.
-
A message is displayed to inform you that new fields have been added. Select Confirm to continue.
-
Locate the new field and check the Source field and the Type for the new field.
Once the process app is published with the new field, the blue dot is no longer displayed.