The SharePoint workflow activities below operate with arrays and array variables in SharePoint workflows. The actions and conditions are included among 'Free groups of activities'; meaninig that they can be used free of charge under the Free License of the product.
Array activities
- Add Array Item
This workflow action is used to add a new item to the end of array or to copy the source array specified in the first parameter to the end of the target array specified in the second parameter.
- Clear Array
This workflow action is used to remove all items from a specified array variable.
- Create Array
This workflow action is used to create an array variable.
- Get Array Item
This workflow action is used to get the item at a specified index of an array.
- Get Array Items Count
This action allows you to get the number of array items.
- Get Index of Array Item
This workflow action is used to get the zero-based index of a specified item in an array variable.
- Insert Array Item
This workflow action inserts a new item into an array variable at a specified position. It can also insert a source array specified in the first parameter to the specified position of target array indicated in the second parameter.
- Remove Array Item
This workflow action deletes the first occurrence of a specified item from an array variable.
- Remove Array Item at
This workflow action removes the item located at the specified zero-based index position in an array.
- Remove Duplicates from Array
This workflow action deletes duplicated values in an array.
Other SharePoint Workflow actions categories