
Announcements
Hi all, hoping you can help me with an issue viewing Base64 url in HTML tables. I have a Dataverse column capturing a pen input signature in Base64 (quotation marks removed)...
However when I try and populate a HTML table using 'Select' to create the HTML image, the image isn't converting...
But if I use the same string in the email body as I do in the 'Select' operation (<img src="item()?['cr902_employeesignature']"></img>) it works fine...
Any ideas?
Thanks 😀
Hi , @shane7mcdonald
Can you try to use this code in your "Send and email" action.
replace(replace(replace(body('Create_HTML_table'),'<','<') ,''',string('''')) ,'>' , '>')
If this reply can help you , you can click mark this reply as solution (Accept solution) which can help more people, thanks in advance!
Best Regards,
Yueyun Zhang