- Release notes
- Before you begin
- Managing access
- 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
- Process simulation
- 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
- Transforming data
- Structure of transformations
- Tips for writing SQL
- Exporting and importing transformations
- Viewing the data run logs
- Merging event logs
- Configuring Tags
- Configuring Due dates
- Configuring fields for Automation potential
- Activity Configuration: Defining activity order
- Making the transformations available in dashboards
- Data models
- Adding and editing processes
- Customizing process apps
- Publishing process apps
- App templates
- Notifications
- Additional resources

Process Mining
Custom tooltip for dashboards and charts
App developers can now define a tooltip that is displayed when the user hovers the mouse over the title of a dashboard or chart in the published process app. See Adding a custom tooltip for a chart.
Loading data using Theobald Xtract Universal
end_of_upload_api
to upload data.
Optimizing apps
We are constantly working to improve the Process Mining experience. To bring the latest data optimization improvements to existing process apps, to make sure business users regard the optimal end user experience, you can now use the Optimize app option. See Optimizing an app.
Due dates dashboard
The layout of the Due dates dashboard has improved and repetitive components are removed. See Analyzing Due dates.
New app templates available
The following app templates are now available:-
SAP-Accounts-Payable
-
SAP-Ariba-Vendor-Sourcing
See App Templates.
Export to .csv
Export to .csv is now available for the Process data dashboard and Case details.
Purchase-to-Pay input fields
Invoice_ID_accounting_relation
field is no longer available in the Invoices_base_raw
table.
Invoice_ID_accounting_relation
is used for linking accounting documents to invoices and the Invoice_ID_accounting_relation
field does not contain the same values as Invoice_ID
, the accounting document events will no longer be included in the process graph.
To resolve this, you need to perform the following actions:
-
Remove the column
Invoice_ID_accounting_relation
in theInvoices_base_raw
table. -
In the
Accounting_documents_base_raw
table, update the values in theInvoice_ID
column, to make sure the values match the columnInvoice_ID
on theInvoices_base_raw
table.
If your app was built on an app template prior to the change, perform the following additional actions in the transformations:
-
In
Invoices_base.sql
, remove the line definingInvoice_ID_accounting_relation
. -
In
Entity_relations.sql
change the line:left join Accounting_documents_base on Invoices_base."Invoice_ID_accounting_relation" = Accounting_documents_base."Invoice_ID"
toleft join Accounting_documents_base on Invoices_base."Invoice_ID" = Accounting_documents_base."Invoice_ID"
.