Documentation
Conditional value
The "Conditional value" module only sets a value if a condition at the input has been evaluated to TRUE.

Data points input
| Name | Description |
|---|---|
| Value | Value to be set. |
| Condition | Logical value that is checked as a condition. |
data point output
| Name | Description |
|---|---|
| Value | Value to be set. The following branch of the logic script is only executed if the condition at the input was evaluated to TRUE. |