I have built an asset inspection app that lets my client take multiple photos per inspection which are stored in a SharePoint library. The inspection responses are stored in a separate SharePoint list They would like to be able to print a report with the images that they can also email to their repair contractor.
I initially set this up as an email with the photos as attachments, however they would like the images to be embedded in the email body. I understand this can't be done from Power Apps due to the images being stored in a SharePoint library. I experimented with the Print() function but they need to be able to print from the mobile app and the print function doesn't work from mobile devices.
In the past I have used Power Automate to convert HTML sent from Power Apps using OneDrive Convert File. The problem with this method is OneDrive Convert is limited to 2MB and my client would like to attach multiple images.
Is it possible for Flow to get the file content of the inspection images and add to HTML that can be used to send an email?
Wondering what is the best way to add this functionality. I feel this is functionality is desperately needed in Power Apps as attaching multiple images to a PDF report is a common business scenario.