Jul 08 2021 02:46 AM - edited Jul 14 2021 02:31 AM
Hi,
We are trying to create a solution package for our SharePoint list based Canvas app so that we can deploy this solution from Dev to Prod environment by just updating the environment variables SharePoint Site and List data source while importing the solution. We are using SharePoint Data Source Environment variables for this task so that there would not be any need to update the data source after the app is imported to production.
Ref Link:
Everything works fine but when we are tested our app deployed in the production, we found Choices fields in the app were creating issues for us. It seems choice field is still trying to get the reference from old dev site list GUID.
Any help will be appreciated to resolve this issue.
Thanks
Jul 09 2021 05:18 AM
Jul 12 2021 11:00 PM - edited Jul 12 2021 11:01 PM
@Matthias Thanks for the response. We are also exactly getting 404 for prod and 200 for dev environment. It seems we have to wait for a fix for this from PowerApps team before using this feature in solutions.