Move or Copy SharePoint Lists connected to Power Apps Canvas apps

preview_player
Показать описание
Soooo frustrating trying to figure out how to easily copy or move a list from one SharePoint site to another or even to a customer's tenant.

Here is the script I promised and READ CAREFULLY to replace both YourSiteName AND YourName placeholders with your details related to your SharePoint environment.

#Install the Sharepoint Management Shell OPTIONAL UNCOMMENT IF YOU GET "Connect-SPOService' is not recognized"
#Install-Module Microsoft.Online.SharePoint.PowerShell

#Variables for Admin Center and Site Collection URL

#Connect to SharePoint Online
Connect-SPOService -url $AdminCenterURL -Credential (Get-Credential)

#Disable DenyAddAndCustomizePages Flag
Set-SPOSite $SiteURL -DenyAddAndCustomizePages $False
Рекомендации по теме
Комментарии
Автор

First. Lol. The girls and I say hi. Hope you and the family are doing well. 😊

kennethkerr
Автор

I only see the 'Allow users to run custom script on self-service created sites'. The other option you mention does not appear at all. Will it still work? Great video - thanks!

deborahjoyous
Автор

Does this method maintain the IDs in the list after import?

BenjaminDietz
Автор

Image file can save to template right ?

nineteentrp