Hi,
I have a PowerApp that connects to a SharePoint list. There is an Attachment Control that allows users to add up to 10 attachments. These attachments are expected to be images. On my display screen, I show the list item details plus an Image Gallery with all of the images. My users need to be able to print the form data plus all images.
Initially, I created a button which sends an HTML email that adds the images as attachments. However, my users need to have everything together to be able to print as one document....so the email with attachments method will not suffice. Ideally, I would like to be able to generate a PDF. I've seen videos on how to create a PDF using FLOW. These only seem to take the HTML and possibly include one static image saved somewhere. I need to be able to loop through and add ALL of the image attachments associated with a particular list item. In PowerApps, I don't see that there is a way to dynamically build the HTML based on on all of the images in the control for a given item (generate image tags for each). Is there a way to do this with flow? Or are there other possible solutions?