Create SharePoint list

⌘K

This activity creates a new SharePoint list or document library using the specified template.

create_sharepoint_list_1
SharePoint Workflow Designer Phrase

Create a new list titled this title at parent site URL, using this template, with description this description, display on Quick Launch Yes, and store list URL in variable.

Parameters
ParameterDescription
this titleThe title of the new list. The maximum length is 255 characters.
parent site urlOptional. The complete URL where the list should be created, or leave empty to create the list in the current site.
Example: http://server01
this templateSpecifies the name of the list template to be used for the new list.
this descriptionOptional. Description of the new list.
display on QuickLaunchYes if the list should appear on the Quick Launch area of the homepage; otherwise, No.

Enumerates all list templates with PowerShell

create_sharepoint_list_2
$listTemplates | Select Name;

How can we help?