
Announcements
I have a flow that is pulling information from Power Apps.
The flow takes this in via JSON.
The value is a string.
Just using this as an example, lets pretend that the values passed back from Power Apps to the JSON in Automate could be either of these three strings:
red
black
white
I can change the formatting of these INSIDE the Teams message or Email, but that is static.
Is there a way to do this before the teams message or Email, or is there even a way to do this inside them...
If the string is red - we make this BOLD and the color Red
If the string is black - we make this BOLD and the color Black
If the string is white - we make this BOLD and the color Black.
Obviously these are not the actual outputs, I am just trying to make a clear example of what I would like to try and do.