Good evening,
I'm trying to create a pdf from powerapps using an htmltext label.
My problem is that I don't know how to add the images to the html code. Maybe I have to use JSON to convert the images in the gallery and then add the images in the HTML code using concat funtion? (something like this: concat('<img src="',galleryimages, '" />'))
I've seen this Shane video. I can use this solution to embed the images in the gallery in a PDF? How? I've tried a lot of things but don't work.
Thank you very much