This activity creates a new SharePoint list or document library using the specified template.
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
Parameter | Description |
this title | The title of the new list. The maximum length is 255 characters. |
parent site url | Optional. The complete URL where the list should be created, or leave empty to create the list in the current site. Example: http://server01 |
this template | Specifies the name of the list template to be used for the new list. |
this description | Optional. Description of the new list. |
display on QuickLaunch | Yes if the list should appear on the Quick Launch area of the homepage; otherwise, No. |
Enumerates all list templates with PowerShell
$listTemplates | Select Name;