Enable list template sharepoint online

Table of content

  • Issue Description
  • Information regarding save list as template feature
  • Fix / Resolution
  • Tutorial video

Issue Description

Enable save list as template on modern team sites

OR

Save list as template option missing in list settings of lists in modern sites

Information regarding save list as template feature

1. SharePoint group-connected team sites do not currently support list templates.

2. For other SharePoint sites, enable scripting to use list templates.

3. Custom scripting is disabled by default on modern group connected team site, team sites, and communication sites.

Note

Fix / Resolution

Connect to SharePoint Online PowerShell using below command. (Read more: Install and Connect to SharePoint Online PowerShell)

Connect-SPOService -URL https://tenant-admin.sharepoint.com

To resolve the issue, enable custom scripting on the affected modern site using PowerShell:

Set-SPOSite Identity https://tenant.sharepoint.com/sites/sitename -DenyAddAndCustomizePages $False

Then, navigate to affected list > list settings > click save list as a template >the list template will be saved in the List template gallery inside Site Settings.

The extension of the list template file is .stp

Note

Tutorial video

Itll be a piece of cake, grab a cup of coffee