Greetings!
I have an old Infopath system stored in SharePoint. Now I'm trying to use Power Automate to extract embedded images from there. I found how to get text part which represents image inside. So for example "x0lGQRAAA...." here is image header and image content, as I understand:
But here I stucked. I know how to create html file but cannot convert infopath encoded string to html:
Tried to use this string like this, but this does not work:
As I understand there is encoded header in this string, this is not clear file content.
Also tried to use base64ToBinary conversion and then extract content like described here
outputs('Compose_base64ToBinary')?['body/$content']
But it also does not work, base64ToBinary has same string in 'content':
How to convert this infopath string to something I can work. Or how to decode header and image content (some images could have *.png type, and other *.jpg, etc.)

Report
All responses (
Answers (