
hi,
In my power app it sends a email notification to a group of users whenever a record is submitted. Inside the email is the change of the record and a deep link that the user can click and bring them directly to that record.
What I have encountered, is that when a user update that record, the page that the deep link in the email doesnt show the updated field and instead showed the previous field. But when the user navigate out to the gallery and navigate back to the record, then that field is shown with the updated entry......
For example, I have a field call "Name" and the previous entry is empty. My user updated it to Frank and a email is sent to a group of user telling them in that record, the field "Name" changed from empty to Frank with a deep link. When I click on that deep link, the field "Name" is still showing empty, but if I navigate out to gallery then back into the record, the field "Name" is now showing Frank.
any idea why this is happening?
thanks!
Hi @Anonymous ,
Apparently the app navigated to the detail screen without the correct record ID or something like that.
Please refer to below thread which described the correct syntax of generating a deep link in Email:
Solved: deep link to specific record - Power Platform Community (microsoft.com)
<a href=https://web.powerapps.com/apps/TanentID?RefID= " & varRecord.ID &" '> HERE <a/>
Example in the official doc for your reference:
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.