This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
The given path's format is not supported #2971
Unanswered
keyurpandya57
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a SharePoint Team Site(no group site). Added task list(template 171) in it. Added few OOTB webpart to landing screen and navigation. I am using command "Get-PnPProvisioningTemplate -Out template.xml" to get xml and then using Power automate "Apply Pnp template to SharePoint" action to apply custom template.
That didn't work, so tried with powershell, "Apply-PnPTenantTemplate" to apply template to a site. Here is the exception that i can see in powershell.
CorrelationId : d131859f-70be-0000-6773-a9dff3f46f43
TimeStampUtc : 10/19/2020 1:01:06 PM
Message : The given path's format is not supported.
Stacktrace : at OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.SiteToTemplateConversion.ApplyRemoteTe
mplate(Web web, ProvisioningTemplate template, ProvisioningTemplateApplyingInformation
provisioningInfo, Boolean calledFromHierarchy, TokenParser tokenParser)
at PnP.PowerShell.Commands.Provisioning.Site.ApplyProvisioningTemplate.ExecuteCmdlet()
at PnP.PowerShell.Commands.PnPSharePointCmdlet.ProcessRecord()
ScriptLineNumber : 1
Beta Was this translation helpful? Give feedback.
All reactions