Working with the ContextDataLookup control

The ContextDataLookup user control can retrieve a value from a variety of contextual sources, including literal values, workflow variables, SharePoint list item properties, workflow context values, user profile properties, and workflow constants.

Registering the control

The following Register directive registers the ContextDataLookup user control for use on a configuration page.

<%@ Register TagPrefix="Nintex" TagName="ContextDataLookup" Src="~/_layouts/15/NINTEXWORKFLOW/ContextDataLookup.ascx" %>

Declaring the control

The following example illustrates how to add a ContextDataLookup user control to a configuration property.

<Nintex:ContextDataLookup runat="server" id="lookupControl" /> 

Implementing the control

The appearance of the ContextDataLookup user control varies depending on the selected value in the field chooser dropdown, as described in the following list:

The appearance of the control can be adjusted in the following ways:

See Also

Concepts

Configuration pages

Workflow references

Operations

Working with configuration pages

Working with controls

Reference

JavaScript Reference

.NET Framework Reference