Hello the forum participants and contributors,
I am almost new in Power Automate,
In a Power Automate flow, I get data from a SharePoint list, which grabs a list of reports, if the report status marked as "Yes", I show the status as green, and red otherwise, in the select action of power automate in the report status field, I created this code:"<font color=\"If(equals(item()?['ReportStatus/Value'], 'Yes'), 'green', 'red') field name from dynamic content</font>
but this code only displays this "<font color="green">Yes </font>" instead of coloring it.
I would appreciate your support in this.