# Insert array item

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


This activity inserts an element into the Array List at the specified index.

![Insert Array Item activity in the SharePoint Workflow Designer adding an element to an array variable at a given index](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/insert_array_item_1.png)

## **SharePoint Workflow Designer Phrase**

Insert **item** into **array variable** at **0 index**.

**Parameters**


| Parameter | Description |
|---|---|
| item | The object to be added to the Array List. |
| array variable | The Array List. |
| 0 index | The zero-based index at which the value should be inserted. |

