Item properties

Item properties are workflow references that are available to list and reusable workflows. Item properties provide access to the list item or document referenced by the current execution context for the list or reusable workflow. Item properties are not available to site workflows.

Accessing item properties

The set of available item properties for a given workflow depends on both the workflow type and the SharePoint list, document library, or content type to which the workflow is associated.

The following table describes the item properties available in Nintex Workflow 2013 and the workflow types to which they apply.

Property name Applies to Description
<Field name> List, Reusable Equivalent to the corresponding field name in the SharePoint list or document library.
App Created By List Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.AppAuthor
App Modified By List Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.AppEditor
Attachments List Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.Attachments
Check In Comment List (library only)

Displays only for list workflows associated with SharePoint document libraries.

Equivalent to Microsoft.SharePoint.SPBuiltInFieldId._CheckinComment

Checked Out To List (library only)

Displays only for list workflows associated with SharePoint document libraries.

Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.CheckoutUser

Content Type Reusable Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.ContentType
Copy Source List (library only)

Displays only for list workflows associated with SharePoint document libraries.

Equivalent to Microsoft.SharePoint.SPBuiltInFieldId._CopySource

Created List, Reusable Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.Created
Created By List, Reusable Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.Author
Folder Child Count List Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.FolderChildCount
ID List, Reusable Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.ID
Item Child Count List Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.ItemChildCount
Modified List, Reusable Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.Modified
Modified By List, Reusable Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.Editor
Name List (library only)

Displays only for list workflows associated with SharePoint document libraries.

Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.FileLeafRef

Source Name (Converted Document) List (library only)

Displays only for list workflows associated with SharePoint document libraries.

Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.ParentLeafName

Source Version (Converted Document) List (library only)

Displays only for list workflows associated with SharePoint document libraries.

Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.ParentVersionString

Version List Equivalent to Microsoft.SharePoint.SPBuiltInFieldId._UIVersionString
Server Relative URL Reusable (document only)

Displays only for reusable workflows associated with content types derived from the Document content type.

Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.ServerUrl

Encoded Absolute URL Reusable (document only)

Displays only for reusable workflows associated with content types derived from the Document content type.

Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.EncodedAbsUrl

URL Path Reusable (document only)

Displays only for reusable workflows associated with content types derived from the Document content type.

Equivalent to Microsoft.SharePoint.SPBuiltInFieldId.FileRef

To support the use of item properties in custom workflow actions, ensure that the appropriate controls are included on the configuration page. Any server control or user control that can display an Insert Reference button can include references to item properties. For example, you can use the ContextDataLookup control to allow the user to explicitly specify an item property as the value of a configuration setting. For more information, see Working with the ContextDataLookup control.