- 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
- Triggering an automation from a process app
- Viewing Process data
- Creating apps
- Loading data
- Customizing process apps
- Publishing Dashboards
- 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. Refer to 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.
More special characters are allowed in your names. You can define field names in data transformations with, for example, Japanese characters. These fields will be loaded in the data model and can be used in dashboards.
There is a small set of characters that are not allowed:
|
square bracket close |
|
open/close brackets |
|
double quotes |
|
comma |
|
semicolon |
|
curly braces |
|
new line |
|
tab |
|
equals |
For process apps based on Event log, Custom process, generic Purchase-to-Pay, and generic Order-to-Cash app templates, additional fields in your input data will be added automatically to your Process Mining app. As these fields are automatically propagated to the output models, you do not need to edit the transformations. You can just add these fields to relevant charts in the dashboards.
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.