These components are shared by multiple features and work the same in all of them.
Value Picker
Allows you to set and validate dynamic values. Dynamic values may include:
-
- Simple text/numbers
- Column values (represented by column names surrounded by square brackets)
- Functions (usually prefixed by a dollar sign)
- Calculations - use mathematical operators to perform calculations on one or more values entered. For example, [Sales]+[Tax]
Value Picker will ensure that the entered expression is correct, references valid column names and uses valid function syntax. It will also ensure the data type of the assigned value is correct. For example, it will not allow you to set a date value to a number column.
Conditions
Used in many feature, conditions are used to choose when something needs to be executed or which items to select during the execution. For example, you can limit a post-approval action from running when Status only equals Approved.
You can combine multiple conditions using logical conjunctions And and Or. The condition module provide full logical flexibility to cover all possible condition combinations.