Description of the Issue:
I am experiencing an issue with deep linking in PowerApps.
- When I copy and paste the deep link into the browser's URL search bar, the app works perfectly. The form pops up with the correct data populated as expected.
- However, when the same deep link is clicked directly from an email (embedded in a Power Automate flow), the app opens, but the form is blank. It does not load the field data as it should.
I have already verified:
- The deep link URL is correct and includes the necessary parameters.
- The
Param()
function in PowerApps is configured properly to pull the data.
It seems like the parameters are not being passed correctly when clicking the link from the email.
The link was working fine on Friday but over the weekend it stop working properly. No changes were made to the flow or powerapp