I have a PowerApps solution which contains a button flow called Finalize questionaire. The flow triggers when an HTTP request is received. In my dev environment, the flow works perfectly. But when I export the solution into my test environment, the flow fails at a "Get a row by ID" (from Dataverse) step. It thinks that the ID doesn't exist.
It turns out that the button flow is running in the dev environment even when I call it in the test environment. I think that is because the PATCH URL refers to a service that has the Dataverse instance hard-coded. But since I don't have access to the Azure back end, I can't verify or edit that.
How do I fix this problem so that my solution's flow will work whereever my solution is installed?