This activity finds the list item by id and updates value of specified field.
Parameters
Input parameters
Parameter | Description | Example |
The following value | Field value which value you want to assign to the field. | New value |
The following field | Field name or ID which value you want to update. | Title |
Current list item (optional) | List item ID which you want to get. Default value is current workflow context list item ID. | [%Current item: ID%] |
Current list | List ID (guid) or name where you want to set list item field value. Default | [%Workflow Context: List ID%] |
value is current workflow context list. | ||
Site URLs (optional) | The URLs of a SharePoint site where you want to set list item field value. If the value field is empty, current site will be used. | https://contoso/SiteUrl; https://contoso/Sites/SiteUrl; [%Workflow Context:Current Site URL%]subSite |
User name (optional) | User login name who you want the workflow must be run under | |
User password (optional) | User password who you want the workflow must be run under |
Example