This activity creates an Array List variable, loads initial items, and stores the result in an output variable.
SharePoint Workflow Designer Phrase
Create String array with initial items and store in variable.
Parameters
Parameter | Description |
String | Type of Array. Options: String, DateTime, Number. |
initial | Optional. 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 |