Create array

⌘K

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

create_array_1
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

How can we help?