Hi everyone,
I have created a flow that is taking data from Power BI, transforming it into an html table (+CSS style) and send it out per outlook e-mail. The monthly data is dynamic and changing every month.
Now as a last step I want to format the resulting table that will be send out every month: Change the font-alignment and width of specific columns. Unfortunately I don't know how I can adress specific columns in a way that works with outlook. As far as I know, outlook does not support the n-th child() selector in the CSS code and just ignores it.
What would be an easy work-around?
I can't imagine that I am the only one with that problem.
Thanks for your help!