I have a model driven app using dataverse tables. I want to create a flow that sends an email when a dataverse row changes to a specific condition. I have the flow working but in the email I would like to add a link to the item that changed in the model driven app. Any ideas how to add that link in the email?
Thanks.
go to whatever table in your model driven app, click into a record, and copy that URL.
The end of the URL will have "entityrecord&etn=logicalnameofyourtable&id=guidoftherecordinquestion"
So, in one of many ways, get the guid of your record and put it into a hard-coded string as the OP did, or go further and make this a child flow that retrieves the environment URL, the appid, the entityrecord etn, and the record id. so that you can reuse this flow wherever you want.
Hi there!
Could you explain further how you were able to retrieve the URL to the item?
I figured it out. see below:
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1