I am working with a SharePoint Online site named PMTemplate, which contains various lists, libraries, and custom pages. One of these lists, the Project List, has a custom form created with PowerApps. I used PnP PowerShell to replicate this site to a new one, and while most of the lists, libraries, and views were successfully copied, I encountered issues with the PowerApps custom form.
Problem:
- After replicating the site to the new SharePoint site, the PowerApps custom form for the Project List does not open when adding a new item.
- In List Settings → Form Settings, the option "Use a custom form created in PowerApps" is disabled, while only the default SharePoint form option is enabled.
- When I click on "Customize in PowerApps", I can open and modify the form in PowerApps. However, after updating the data source to the new site’s Project List, clicking "Back to SharePoint" takes me to the old site, not the new one.
Now, How can I enable the "Use a custom form created in PowerApps" option in the new site? and How can I fix the redirection issue when clicking Back to SharePoint?
Any Help Would Be Appreciated!