Create List step

Use the Create List step to create a new SharePoint list in a SharePoint site. You could use the Create List step in a workflow, for example, to create a Pending Orders list that is later filled by another workflow with orders waiting to be shipped.

During this step in a workflow, the product creates an application on this list if it's not already integrated with the product. This allows you to use of SharePoint-related steps such as the Create List Item step in the same workflow without having to create an application for this list beforehand. When the list is created, the following are enabled:

  • A SmartObject based on the list is created.
  • You can use the SmartObject to create list items in later steps in the workflow using the Create List Item step
  • After the first instance of the workflow creates the list, you can open the application and add other elements such as views, forms and workflow
  • Use the SmartObject in other workflows

To use the SharePoint steps in Workflow Designer, you must have SharePoint installed in your environment. To see the version of SharePoint that the product supports, view the Compatibility and Support Matrix.

Drag the Create List step from the SharePoint category, Favorites bar, or the Recent category onto the canvas.

Example of a Create List step in a workflow