User Review
( votes)To add the record’s URL in the Item link in the approval step within Power Automate, we can follow the below steps
First, to get the URL, open the record, click on Email a link
Copy the URL from the mail editor
Or get the Record URL using our favorite tool for Dynamics 365 / CRM
https://github.com/rajyraman/Levelup-for-Dynamics-CRM
Paste the URL and specify the id (guid) part as shown below.
Link within Email
Inside Approval Center
Within the app
Another option could be to create a custom field in the entity to hold the URL and use the same for the Item link.
Check our the below posts for more details à
https://diyd365.com/2019/11/27/populating-item-link-in-approvals-power-automate-ms-flow/
https://www.d365geek.co.uk/single-post/2018/11/05/Microsoft-Flow-Vs-Dynamics-365-Workflows—Part-1
https://learningrefresh.home.blog/2019/04/08/create-first-microsoft-flow/
http://linnzawwin.blogspot.com/2020/01/power-automate-find-out-how-to-include.html
Hope it helps..