SharePoint Modern site limitation for Site Script and Site Design

Copper Contributor

I have to create site columns, content type along with custom list . So for that i wrote JSON schema, but if I exceed actions limit in JSON schema more than 30(including sub-actions), I couldn't create Site Design. It will give me only Initializing icon and nothing is happen. Can you please tell me what can I do to achieve functionality having more than 30 actions? 

1 Reply

Not sure if you are still having issues but the best way to add further actions is to trigger a Flow that can either do the additional actions or it can trigger an Azure Function to call the PnP Provisioning in C# or PowerShell. There are some great details at https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview#pnp-p...