- 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
Expression editor
The Expression help offers a description and examples of all the functions available in the UiPath Process Mining expression language. The help contains a search field to find the functions that meet the search string you enter; both names of functions and help content are searched. See the illustration below for an example.
In the Expression Language expressions can be the following types.
- Boolean
- Currency
- Date
- Duration
- Integer
- Percentage
- Time
- Double
- Text
- DateTime
Each expression evaluates to one of these types. The result of the expression must be of the same type for each record.
Some functions and operators in the expression language automatically convert their arguments to the same type. For example, the plus operator (‘+’) between a text value and an integer value will result in the integer being converted to a text value prior to the concatenation of the two.
boolean()
, integer()
, double()
, currency()
, percentage()
, text()
, date()
, time()
, datetime()
, duration()
).
In the expression editor the elements of an expression are highlighted according to the following syntax.
When writing an expression in the Edit Expression Attribute dialog, feedback is displayed when an expression is not correct. For example, when functions are not used properly or when different types are mixed when not allowed. See the illustration below.
A square red icon indicates that the line contains an error. In the result panel a comment suggests that a closing parenthesis is expected after an opening parenthesis is displayed.