Add custom logic with the expression editor - EXPERIMENTAL
This feature is still experimental!
The expression editor allows you to build logic between your source and target using a drag and drop editor.
Add custom logic
Open the Expression Editor by clicking on the
Sum
iconBuild your logic by dragging options from the list on the left to the expression editor on the right
Build more complex logic, by combining the different functions
Drag in the Input function to add and expose more Input options
The logic is executed/The target is updated when
the source changes
the widget is executed
Updating an input does NOT execute the logic.
Available functions
Function | Input options | Description |
---|---|---|
Source | Takes the source value | |
Input | Creates an input parameter and takes its value | |
Decimal |
| Allows to set the amount of digits for a number |
Abs |
| Returns the absolute value |
Inc |
| Returns the value + 1 |
Dec |
| Returns the value -1 |
Add |
| Adds input values |
Sub |
| Subtracts input values |
Mul |
| Multiplies input values |
Div |
| Divides input values |
Min |
| Returns the smaller number |
Max |
| Returns the larger number |
Concat |
| Combines the inputs into a single text |
If |
| Returns the Then value if the condition is true otherwise it returns the Else value Conditions: truthy: true, non-zero number false: false, 0 |
Key |
| |
Engine |