Skip to content

Checking if workflow data field exists

Dynamic Content can be used to check if data field with given name exists in workflow, using WorkflowDataFieldExists method.

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

Method signature:

${WorkflowDataFieldExists(name)}

name parameter is name of data field.

On this page
To top