Update List Item

⌘K

This activity updates the list item on any site. SharePoint Designer phrase

update_list_item_1
Parameters

Input parameters

ParameterDescriptionExample
Item IDID of item for update If the value field is empty, current item ID will beused.Variable:ItemID
List identifierThe list where the item will be updated. 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 data for update. You can specify fields using Display Name, Internal Name or GUID.[{ ‘Title’ : ‘New Item’ },{ ‘FieldName’ : ‘FieldValue’ }]
update_list_item_2
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 activity triggers an item updateeventYes

Example

update_list_item_3

How can we help?