Hi,
I'm trying to create a scheduled Flow which finds D365 records older than 24 hours that have not been marked as contacted and sends an email to the 'Owner' prompting them to make contact.
Power Automate and HTML are pretty new to me and I'm struggling with a few things in the body of the email.
We are not integrated with Outlook so I was advised to utilise the CDS 'Create Email Message' as opposed to the 'Send Email' option.
I'm struggling with the following:
* I need to include the name of the person making the enquiry, but when I select the 'Enquirer' field from the dynamic content list (taken from the CDS 'Get Record' step before), it's displaying in the generated email as the GUID instead of the persons actual name.
* I need to include a hyperlink to the relevant D365 record. I've got the link text looking like a hyperlink and have tried to use the relevant record's GUID (taken from the CDS 'Get Record' step before) but when I click it, it's throwing a 'Page cannot be found' error. How can I use the record's URL here?
* How can I get the date of the enquiry displaying in a more user friendly format. It's currently displaying as
2020-06-25T10:48:10Z.
Any help will be greatly appreciated.