Good afternoon!
I have a flow that plugs in information from a sharepoint list item into an HTML file then converts that html file into a PDF. I'm trying to get the attachments from the sharepoint list item to be displayed in the PDF. The reason the code does not work is that when I 'replace' my HTML token with my appended 'apply to each' variable - <img src="ABSOLUTEURI" alt=""> the line comes into the html file as a hyperlink and it does not work with the <img> tag. If I hardcode the absoluteuris into the html file, not as hyperlinks it works perfect.
Is there a way to pull the absolute uri's as plain text rather than hyperlinks?
Bueller?