Contact us
View as Markdown
Ask AI

Open this page in an AI assistant with a ready-made prompt.

Opens a third-party service and shares a pre-filled prompt containing this public page URL, its product documentation URL and /llms.txt. No VirtoSoftware account or tenant data is included. Provider terms and privacy policies apply. Verify answers against the linked documentation.

OpenAI terms · OpenAI privacy policy · Anthropic terms · Anthropic privacy policy

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 August 12, 2026