Forum Discussion
CSS Styling(only text Color) is not getting applied in thorugh the Power Automate Flow
- Anonymous1 year ago
Hi, gsrikar33
The issue you're experiencing is that the text color style for tabular data isn't being applied in an email sent via Power Automate, even though it works fine in the web-based HTML compiler. This is a common problem due to the different ways in which different email clients handle CSS. Email clients have limited support for some CSS properties.
Maybe you can check the following links:
HTML Emails: Everything You Need To Know | monday.com Blog
Format an HTML Table with CSS and add links in Power Automate
Power Automate HTML Table Styling and Formatting
Solved: HTML/CSS Formatting Altering When Sending Email - Power Platform Community
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
How is this question related to Power BI?
Where are you adding the css meta data in your flow? as part of the email body? Can you confirm that it survives the delivery process? Is your mail client able to parse and render that tag?
Hi,
I am not using "create html table" option.
I composed HTML table in Flow. This gives me option to add CSS also.
Yes, all other styles are getting applied except the colors to data in <td> tags.