Announcements
Is there a way to create an email workflow that would show all open leads created by the user and hyperlink to them in dynamics? If yes, how?
Hi,
Please check below article to create hyperlink to open the crm record from power automate directly from an email
Hi Steve,
Thank you. Instead of the URL, can it show the name of the record and have it be a hyperlink?
Hi USA80,
You could use MS Flow to achieve this.
Steps:
1. Create an Instant Could Flow.
2. List all the open leads whose owner is that user.
3. Initialize a variable to build your email's body:
4. Loop all your leads and append data to Content variable.
Link's expression is like this: concat('https://[Organization URL]/main.aspx?appid=[AppId]&pagetype=entityrecord&etn=lead&id=',items('Apply_to_each')?['leadid'])
Open a lead record and you can find [Organization URL] and [AppId] from the URL.
Finally, send an email is ok.
The email I get:
André Arnaud de Cal...
294,118
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator