Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

sharepoint list to pdf

(0) ShareShare
ReportReport
Posted on by 395

I have a flow working from a sharepoint list where i select an item in sharepoint, run the flow, then converts to html/pdf. What i need to do is also bring an image source in from sharepoint. I currently have it going to sharepoint as a base64 and was trying to figure out how to get it into the html to display as image. (see attachments) 

This is what i have in the html currently  Is there a way of putting a  <img src="['Signature1']"> as the ['Signature1'] gets replaced with base64 from sharepoint?
<tr><td>Company Rep Signature</td><td>',variables('objectList')?['Signature1'],'</td></tr>
</body></html>')

 

<tr><td>Company Rep Signature</td><td>',variables('objectList')?['Signature1'],'</td></tr>

 

Any help would be much appreciated

Kind regards,
Matt383

Categories:
  • Verified answer
    Matt383 Profile Picture
    Matt383 395 on at
    Re: sharepoint list to pdf

    Worked it out

    <tr><td>Company Rep Signature</td><td>img src="',variables('objectList')?['Signature1'],'"</td></tr>

    Cheers anyway

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,434

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,722

Leaderboard