Data Binding (Connect 2024)

Each Workflow Component can be supplied with data bindings.

Each data binding enables accessible flow elements to be assigned to new elements in the context of the associated workflow element. A number of transformations are possible as part of the assignment.

Frequently used sources for data bindings are:

Constant (String)

Define a string constant.

JSON Path (simple)

Define a JSON path for reading a single element. Example: $.config.condition which if used in If ... Then ... Else Component

Concatenate

Concatenate various elements with a defined separator. Most data binding elements, like “Constant (String)” or “JSON Path (simple)”, can be concatenated.