I'm building a "print view" page on my PowerApp with HTML to format the text in a HTMLText Display Control. The HTML text then gets sent to a Power Automate flow which creates a PDF and emails it to the user.
I want to include the list of attachments for a form entry as URLs within the HTMLText Display Control. So, when the PDF is generated all the attachments are available.
Right now, my code only gets the first attachment URL and it's not formatted as a hyperlink. I essentially want a table with all the attachments as hyperlinks, how can I do this?
<h4>Next Steps</h4>
<div> "& RichTextEditor35_1.HtmlText &" </div>
<h4>Attachments</h4>
<div> "& First(varRecord.Attachments).AbsoluteUri &" </div>
</html>"

Report
All responses (
Answers (