Create List Item extended

⌘K

This activity locates a list by its URL and creates a list item. The activity can trigger a create event.

create_list_item_extended_1
SharePoint Workflow Designer Phrase

Create a list item with bulk update at this list URLTrigger create event: No. Store the new list item ID in variable.

Parameters

ParameterDescription
bulk updateA bulk update string, containing field names and their respective values.
Format: [FieldName1]=[Value1] … [FieldNameN]=[ValueN]
Note:
– Use the vti_title field to update the title.
– Use the ModerationInformation.Status field to update the content approval status of an item.
– Use the 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 URLThe full URL of the list.
Examples:
http://mysharepoint/MyDocs/Shared%20Documents

http://mysharepoint/Lists/List%20with%20Approve
NoIndicates if the activity triggers an item creation event. Default value is No.
VariableStores the newly created list item ID.

How can we help?