Skip to content

Retrieve all Data Fields names

Dynamic content can be used to return an array with the names of all Data Fields declared in the workflow, using WorkflowDataFieldNames method.

The method returns a list of data field names defined in the workflow, or null if called outside the workflow.

Method signature:

IList<string> WorkflowDataFieldNames()
On this page
To top