Skip to content

Retrieving workflow data field value

Dynamic Content can be used to retrieve value of data field for subscriber currently processed inside workflow, using WorkflowDataField method.

Note that this method can be used only inside workflows (workflow messages, api call element, execute code element).

Method signature:

${WorkflowDataField(name)}

name parameter is name of data field.

On this page
To top