DataSourceRef Element (WorkflowInfo)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Specifies the possible values from DataSource elements associated with the Action or Condition element that is the parent of the RuleDesigner. This enables dynamic population of the list of possible values by nesting an Action or Condition element inside an Action or CompositeStep element, and passing the list of values from the parent element. If there is more than one DataSourceRef element, the list of possible values is the union of the possible values.

Definition

<FieldBind>
    <DataSourceRef>
    </DataSourceRef>
</FieldBind>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

**Ref**

Optional **text**. Specifies the internal name of the DataSource element from which to obtain a list of possible values.

Child elements

None

Parent elements

FieldBind

See also