Contact us

Create array

This activity creates an Array List variable, loads initial items, and stores the result in an output variable.

Create Array activity in the SharePoint Workflow Designer building a typed array with initial items into a variable

SharePoint Workflow Designer Phrase#

Create String array with initial items and store in variable.

Parameters

ParameterDescription
StringType of Array. Options: String, DateTime, Number.
initialOptional. Initial array items, separated by ;. Example:
string1;string2;string3
123;-25.5;0;12
2010-10-25 12:30; 2010-10-26 12:30; 2010-10-27 12:30
Updated on June 17, 2026