I am SO grateful for this community... I've learned so much from everyone!!!
Now, my question... I managed the PDF conversion thru Flow from OneDrive to Sharepoint, and 1 picture made it thru (thanks to @Shanescows and @ChinoDoesStuff ) but.. I have a static google map that I want to appear on the PDF. I have tried using the img tags with URL, I have tried with the image#.image, I have even tried with variables.
It works BEAUTIFULLY with any of these methods on OneDrive. It's the Sharepoint conversion that hangs me up. I can't even seem to get two basic camera pics to show in Sharepoint, let alone a camera pic and an image of the google map.
Here is a section of my code... if that helps!!
<strong> Camera Cleaned?: </strong>" & DataCardValue12 & " <br>
<strong> Any Cleaning Notes to Add: </strong>" & DataCardValue12 & " <br> "
& "<img src=" & JSON(Image3.Image, JSONFormat.IgnoreBinaryData) & ">" & " <br> "
& "<img src=" & JSON(Image4.Image, JSONFormat.IgnoreBinaryData) & ">
</p>
</body>
</html>
")
Any ideas? I'm sure it's something SIMPLE that I am overlooking...
Thanks in advance... y'all are always so helpful!!