# Create List Item

Source: [https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2013-workflow-platform/list-activities/create-list-item/](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2013-workflow-platform/list-activities/create-list-item/)
Product: Virto Workflow Automation Web Part
Updated: 2026-08-12


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

![SharePoint Designer phrase for the Create List Item workflow activity in the Virto Workflow Activities Kit](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/create_list_item_1.png)

## **Parameters**

Output parameters


| Parameter | Description | Example |
|---|---|---|
| itemID | ID of created item | Variable:ItemID |


Input parameters


| Parameter | Description | Example |
|---|---|---|
| List identifier | The 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 |
| FieldValues | Dictionary contains field values for setting in created item. You can specify fields using Display Name, Internal Name or GUID. | [{ 'Title' : 'New Item' },{ 'FieldName' : 'FieldValue' }] |


![Input parameters for the Create List Item activity, including List identifier and FieldValues dictionary](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/create_list_item_2.png)

Example

![Example of the Create List Item activity configured in a SharePoint Designer workflow](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/create_list_item_3.png)
