
Announcements
I have a image showing a map of the US. The image is an SVG. Everything work just fine, except for the fact that I would like to give the user the choice to save that map as a " .jpg" file. As any SVG image in PowerApps, this one is formatted as:
"data:image/svg+xml;utf8, " & EncodeUrl(
"<svg xmlns='http://www.w3.org/2000/svg'
...
</svg>"
)
I have been able to store .jpg images in SharePoint list as Base64 text using Power Automate, but I'm not sure how to deal with SVGs, specially how to configure a "Respond to a PowerApps or flow" in Power Automate that would send back the jpg file.
Any advice?
Thanks in advance.
Hi @emfuentes27 ,
At my knowledge, there is no out-of-the-box action.
Solved: SVG to PNG - Power Platform Community (microsoft.com)
Best Regards,
Wearsky