You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a requirement to only show a custom site template in the app when requesting SharePoint sites, however the solution also pulls in the default\builtin SharePoint templates. It's straightforward to specify the custom template as the first option but the others are still available. Disabling the GetSiteTemplates Logic App seems to be the only way to remove these from the solution however doing this also removed the custom template from the app. It was still showing in the SharePoint list but the app showed no templates available. Re-enabling the logic app made the custom and default templates reappear in SharePoint and the app.
Can you look at a mechanism for removing the default SharePoint templates that doesn't also remove any custom templates from the app?
The text was updated successfully, but these errors were encountered:
@swallace74 Thanks for the suggestion, I just want to clarify a few things first if that's ok. Disabling the GetSiteTemplates logic app will indeed stop site templates include the OOTB ones from being added to the list**. It should not remove your custom template though**, what you can do is simply keep the list item for your custom template, delete the rest and turn off the logic app.
We already had a custom site template in the list before I disabled the GetSiteTemplate logic app. Once I had done that, the custom template was still in the SharePoint list but it no longer appeared in the app - on the site template choice screen it just stated that there were no templates available.
Suggestion
We have a requirement to only show a custom site template in the app when requesting SharePoint sites, however the solution also pulls in the default\builtin SharePoint templates. It's straightforward to specify the custom template as the first option but the others are still available. Disabling the GetSiteTemplates Logic App seems to be the only way to remove these from the solution however doing this also removed the custom template from the app. It was still showing in the SharePoint list but the app showed no templates available. Re-enabling the logic app made the custom and default templates reappear in SharePoint and the app.
Can you look at a mechanism for removing the default SharePoint templates that doesn't also remove any custom templates from the app?
The text was updated successfully, but these errors were encountered: