Hello,
I'm new to Power Automate and I need to apply a conditional formatting in HTML Table based on cell values. I have an excel file in Sharepoint from which the Table is fetched and an email is sent Daily by converting the table from excel to HTML Table. The scenario is we have certain workitems (IDs) which are in 'Active' state highlighted in 'Red' background. And when the 'IDs' are 'Resolved' they are highlighted in 'Green' background. Sharing below the screenshots:

Now I have created a flow which sends this Table as an email daily.


I get the below output

Is there any way I can apply Conditional Formatting to the Table... If State = 'Active' Then Background = 'Red' Else Background = 'Green'. I want 'Active' background to be Red and 'Resolved' background to be green.
It would be really helpful if any of you can help here 🙂