
Announcements
Power Apps sends data to my flow.
It sends over if something is Non Critical or Critical.
From there it creates an email and a teams post.
There is other data I am passing as well.
If it is CRITICAL, I want it to be bold and red.
Non Critical normal.
I tried HTML to Text, put in Critical, bolded it and red, then passed that to the variable.
Came out normal.
I tried putting the html code into the variable, still came out normal.
Is there a way to add formatted text to a variable?
Hi @Travis5150 ,
The font is formatted by the code and the platform that can compile it, for example, you need to display a red font on an HTML page, and if you want to use a variable, then the variable should be a relevant HTML code. The variable only accepts pure text, and unlike the body of an email, it cannot compile HTML code.
Best regards,
Rimmon