Hi everyone, I'm trying to design a flow for an approval of Purchase Orders, that may contain multiple attachments. I would prefer that these attachments be hyperlinks to the attachments that were uploaded to my Sharepoint List so that the size of e-mails is minimized. This worked fine with 1 attachment, so after some online videos I managed to insert some variables in my flow so that it can grab multiple hyperlinks to my attachments. All of it is working as planned, except it is displaying my hyperlinks as text, not hyperlinks. I am wondering if there is a quick fix to this? I have tried using HTML in the Details but all that does is generate a broken hyperlink because it will insert multiple URL's into 1 link. I have also tried using the [URL](description) but all it does is output the hyperlinks in text like this [URL1](Description1)[URL2](Description2) as seen in the image below. I've also attached an image below of the flow design with the variables. I have tried editing the 'Append Strings to Variable' action with no success. If I use the "Item Link" fields, it will not work with more than 1 attachment at all. I have tried SO many different things that it would be too much to include here - I am DYING for a resolution after spending days on this!