Update List Item extended
This activity finds the list item by URL and updates multiple fields. The activity triggers an update event.

SharePoint Workflow Designer Phrase#
Update bulk update at list item URL. Trigger update event No.
Parameters
| Parameter | Description |
| bulk update | Bulk update string. Includes field name and field value lines: [FieldName1]=[Value1]…[FieldNameN]=[ValueN]. Use string <%FieldName%> construction to resolve field value from the current list item. FieldName can be the field display name, field ID (GUID), or field index (int).Note: - Use vti_title field to update title- Use ModerationInformation.Status field to update content approval status for an item- Use ModerationInformation.Comment field to add a comment explaining why the item was approved or rejected.Example: Description=Test Description Start Date=2010-12-10T12:30:00 Published=1 Choice=My Choice #3 Lookup=12;# vti_title=My Super Title ModerationInformation.Status=Approved |
| this list item URL | Full URL of the list item. Examples: http://mysharepoint/MyDocs/Shared%20Documents/MSOMS.pdf http://mysharepoint/Lists/List%20with%20Approve/1_.000 http://mysharepoint/Lists/List%20with%20Approve/DispForm.aspx?ID=1 http://mysharepoint/Lists/List%20with%20Approve/EditForm.aspx?ID=1 |
| No | Indicates if the activity triggers the item update event. Default value is No. Note: Can loop workflow activities if set to YES. |