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

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' }] |

Example
