- Release notes
- Getting started
- Installation
- Configuration
- Integrations
- Authentication
- Working with Apps and Discovery Accelerators
- AppOne menus and dashboards
- AppOne setup
- TemplateOne 1.0.0 menus and dashboards
- TemplateOne 1.0.0 setup
- TemplateOne menus and fashboards
- TemplateOne 2021.4.0 setup
- Purchase to Pay Discovery Accelerator menus and dashboards
- Purchase to Pay Discovery Accelerator Setup
- Order to Cash Discovery Accelerator menus and dashboards
- Order to Cash Discovery Accelerator Setup
- Basic Connector for AppOne
- SAP Connectors
- Introduction to SAP Connector
- SAP input
- Checking the data in the SAP Connector
- Adding process specific tags to the SAP Connector for AppOne
- Adding process specific Due dates to the SAP Connector for AppOne
- Adding automation estimates to the SAP Connector for AppOne
- Adding attributes to the SAP Connector for AppOne
- Adding activities to the SAP Connector for AppOne
- Adding entities to the SAP Connector for AppOne
- SAP Order to Cash Connector for AppOne
- SAP Purchase to Pay Connector for AppOne
- SAP Connector for Purchase to Pay Discovery Accelerator
- SAP Connector for Order-to-Cash Discovery Accelerator
- Superadmin
- Dashboards and charts
- Tables and table items
- Application integrity
- How to ....
- Working with SQL connectors
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- Releasing a SQL Connector
- Scheduling data extraction
- Structure of transformations
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- Useful resources
Enable Actionable Insights
The Actionable Insights option must be enabled in the app or Discovery Accelerator.
Globals
table. Also create a new group Settings in the Actionable insights group. See the illustration below.
To enable Actionable Insights you must create the expressions as described below in these groups.
Actionable_insights_integration_is_used
in the Actionable insights group in the Globals
table and set it to True
.
See the illustration below.
Tenant
and Folder ID
in the Actionable insights - Settings group in the Globals table in the app or
Discovery Accelerator.
Tenant
expression you must specify the logical name of the tenant for which actions and queue items will be defined.
If you are using an on-premise installation of UiPath Orchestrator the name of tenant can be found in the General section in my profile. For a cloud installation the tenant name can be found in the API Access information. See illustration below.
Default
in the Tenant
expression. See illustration below.
[tenant].env
in the orchestrator
folder in the UiPath Process Mining installation folder.
Folder ID
expression you must specify the ID of the folder for which the actions and queue items are created.
The folder ID is the fid number of the URL when your are logged in to your UiPath Orchestrator. See illustration below.
123456
in the Folder ID
expression. See illustration below.
Actions output
and Queues output
lookup expressions to concatenate all separate actions and queues. These serve as input for the Actionable insights scripts.
Step |
Action |
---|---|
1 |
Create a new Lookup
Actions output expression in the Actionable insights group in the Globals table.
|
2 |
Set the view table that is used to define actions as the Input table. |
3 |
Enter the following expression:
|
See the illustration below for an example.
Step |
Action |
---|---|
1 |
Create a new Lookup
Queues output expression in the Actionable insights group in the Globals table.
|
2 |
Set the view table that is used to define actions as the Input table. |
3 |
Enter the following expression:
|
See the illustration below for an example.
Actions
and Queues
.
Step |
Action |
---|---|
1 |
Create a new table group and rename it to Actionable insights. |
2 |
Create a new connection string table
Actions .
Enter the following Connection string:
Enter the following Query:
Note: Make sure that the Table scope is set to Workspace. |
3 |
Create a new connection string table
Queues .
Enter the following Connection string:
Enter the following Query:
Note: Make sure that the Table scope is set to Workspace. |
See the illustration below.