Configuration for Creating List Item Window

Specifies the configuration for creating the list item.

Field Definitions

Field Name Definition
List URL

Specifies the URL for the associated SharePoint list. A valid list URL is required, if a library URL (such as document library URL or form library URL) instead of a list URL is used, an error will occur during execution. Below are examples of a valid list URL:


  • http://Machine_Name:port/sites/SiteName/ListName
  • ${DocUrl}

After entering the list URL, click the Connect button. Now a Content Type can be selected.

Content Type

Specifies the Content Type for the list item. This is an optional item, the system will get a default Content Type for the configuration.

Folder Name

Specifies the folder name under which which a list item will be affected (created, deleted, etc.). There are two ways to specify a folder:


  • Select a Folder Name from the drop-down list.
  • Input a Folder Name in the drop-down list, if the list doesn’t contain the folder, the system will create it automatically.

After the first section is completed, all columns (with the exception of read-only columns, e.g., Calculate) in the selected list are shown. The Value column shows the Data Type of the column. If the value is Text, input is to be a string, if it is DateTime, input is to be a valid date, etc. There are 4 ways to set the Value column:


  • Input a value (string value or datetime value etc.) or empty.
  • Input a custom attribute name ${FuLLName}.
  • Click the button at the right side to select schema metadata associated with the process model.
  • The Attachment field allows you to attach a file to the list item, there are 2 ways to do this:
    • Local machine path, such as c:\FileName.Extension.
    • Http path, such as Http://Url /FileName.Extesion.