Forum Discussion
Krash1060
Apr 19, 2021Copper Contributor
Backing up data and configuration from Microsoft lists
Hello all, I'm looking at using Microsoft lists to various processes in my organisation and need to ensure there is a way to restore some of the data in case of user error 🙃 What I'm looking for is:...
- Apr 26, 2021For the configurations you could call a Azure Function or Automation Runbook to run some Graph calls or PowerShell to retrieve and copy the configuration. You can use the PnP module to get the list settings by connecting to the users OneDrive site or the SharePoint site depending on if it's a SharePoint List or Microsoft List (user Lists app). It's not ideal and you may not be able to get everything but that's the closest I think you would get right now.
https://www.sharepointdiary.com/2019/02/sharepoint-online-copy-list-document-library-to-another-site-using-powershell.html
Krash1060
Apr 25, 2021Copper Contributor
SeanMcAvinue Power automate would work for the user data, but not configurations (conditional formatting, automation triggers and actions etc) - these can be just as important if you create a lot of automation rules.
SeanMcAvinue
Apr 26, 2021MVP
For the configurations you could call a Azure Function or Automation Runbook to run some Graph calls or PowerShell to retrieve and copy the configuration. You can use the PnP module to get the list settings by connecting to the users OneDrive site or the SharePoint site depending on if it's a SharePoint List or Microsoft List (user Lists app). It's not ideal and you may not be able to get everything but that's the closest I think you would get right now.
https://www.sharepointdiary.com/2019/02/sharepoint-online-copy-list-document-library-to-another-site-using-powershell.html
https://www.sharepointdiary.com/2019/02/sharepoint-online-copy-list-document-library-to-another-site-using-powershell.html
- Krash1060May 01, 2021Copper ContributorThanks for your reply, at least I have a direction to look further into 🙂