
Announcements
Hello,
I have developed a PDP application using Power Apps (Canvas App), SharePoint, and Power Automate in my organization’s environment. I now need to handover this application to a client, so that they can import and use it in their own tenant without issues. And if I downloaded stp file of list so how it imported by client.
I am looking for clear, end-to-end guidance on the correct and supported way to export and hand over the following components:
Power Apps (Canvas App)
Power Automate flows (inside a solution)
SharePoint lists used by both the app and the flows
The main challenges we are facing are related to SharePoint list export:
In some SharePoint sites, the “Save list as template” option is not visible.
Sometimes the List Template Gallery does not appear under Site Settings.
Because of these issues, we are unsure of the best and most reliable approach to package SharePoint lists for client import.
Our goal is that the client should be able to import everything into their environment and use the application without manual fixes or broken connections.
Could someone please explain:
The recommended approach for exporting SharePoint lists for client handover
How to handle scenarios where “Save list as template” is not available
Best practices for exporting and importing Power Apps and Power Automate flows together with SharePoint dependencies
Any detailed explanation or reference documentation would be greatly appreciated.
Regards,
| Get-PnPList -Identity "ListName" | Export-PnPListToProvisioningTemplate -Out "ListName.xml" |
| Apply-PnPProvisioningTemplate -Path "ListName.xml" |