Create List Item

⌘K

This activity creates list item on any site. SharePoint Designer phrase

create_list_item_1
Parameters

Output parameters

ParameterDescriptionExample
itemIDID of created itemVariable:ItemID

Input parameters

ParameterDescriptionExample
List identifierThe list where the item will be created. The value could be list name, guid or list URL (the web site relative URL). If the value field is empty, current listwill be used.Documents[%Workflow Context: List ID %]/Lists/Tasks
FieldValuesDictionary contains field values for setting in created item. You can specify fields using Display Name, Internal Name or GUID.[{ ‘Title’ : ‘New Item’ },{ ‘FieldName’ : ‘FieldValue’ }]
create_list_item_2
Folder PathIf you want to create new item in specific folder you can specify this parameter. It can be web site relative URL to folder/Lists/ListName/Folder1/SubFolder
Site URLThe URL of a SharePoint site. If the value field is empty, current site will be used.https://contoso/SiteUrl; https://contoso/Sites/SiteUrl;[%Workflow Context:Current Site URL%]subSite
TriggerEventIndicates that activitytriggers item create eventYes

Example

create_list_item_3

How can we help?