Hello everyone,
I am struggling to put html in an email from a shared mailbox... The "Send an email from a shared mailbox (V2)" Action does not have the IsHTML option and I can't just put my html inside because the display is different from the one expected (I tested it on different html editors to double check, the error seems to come from outlook/flows and not the html itself)
I get this html in a string, generated from a Power app, I get something like:
"title<li>text</li><li>text</li>title<li>text</li><li>text</li>"
I read somewhere that I should pass this to a variable or a compose but it did not work either.
Is there a way to give this html to this flow action?
Thank you