Forum Discussion
helloitsliam
Mar 08, 2017MVP
Using Apply-PnPProvisioningTemplate fails with Column '' does not exist
Hey, I am using SharePoint Online, simpoly using PnP-PowerShell to export the template from one site collection to another. No colums or content types are in the Content Type Hub, so synching them in...
Mar 09, 2017
Where do you get the error.
Can you run set-pnptracelog -on -level debug before the apply cmdlet.
Is it in the lookups. So a field in the lookup is used that isn't created?
Can you run set-pnptracelog -on -level debug before the apply cmdlet.
Is it in the lookups. So a field in the lookup is used that isn't created?
helloitsliam
Mar 14, 2017MVP
Not sure if it fails on the Lookups. It just fails right now with the single field. The site column gets created but the page layouts don't seem to be created. Liam
- Mar 14, 2017With the set-pnptrace log cmd before the apply you will get some information about which column is missing. Can you copy the last 10 lines or so into this post?