Data handling
The data within workflows is the key to complex trigger logic/ dependencies.
General
Within the workflow, there is a data panel to view the data for the selected event/ action.
If no action/event is selected, no data will be displayed in this view.

Data behavior
The workflow data is populated with information from events and actions.
Whether data is available and its type depends on the current position within the workflow.
This means each action adds more data, which is only accessible to all subsequent actions.
Data generated by device responses might only be available during workflow execution.

Access data
From the data panel directly
Just drag and drop a data entry into the value field of a parameter.

As token within the parameter
The parameter itself can also provide a list of all available data.

Modify data within a parameter
The data linked to a parameter uses our token/expressions system.
This means you can also manipulate, combine, and modify the data value if necessary.



Last updated