I have list where user create new item and upload multiple files. Now once the item is created, I need to run a flow that will copy this item attachment to other library. Then I need to run approval for this item. I am using "Get attachments" for getting the attachment links. I am manuplulating the path to be fetch from the document librayry. I am storing all the links in a text variable in below format:
(File Display name)[file path] (File Display name)[file path] ....
reference link - https://docs.microsoft.com/en-us/flow/approvals-markdown-support
When I use Approval action, I am inserting this in body, I am getting below result:

I have also try to generate html and put in body, but it seems only markdown formatting is supported. Can any one suggest me how can I achieve this? Is there any way I can leverage Item link option?