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

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. |