web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Assistance Needed with...
Power Automate
Unanswered

Assistance Needed with CSS Formatting in Power Automate Flow

(0) ShareShare
ReportReport
Posted on by 25

Hello

I have a flow in Power Automate where I create a table. I have used an action to insert CSS to format the table. I would like to make a few modifications:

  • Align the columns "Non payé", "Retard" and "Montant réglé" to the right.

Could you explain how to do this?

 

Thank you

 

Capture d'écran 2024-05-28 123217.pngCapture d'écran 2024-05-28 123236.png

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,767 Most Valuable Professional on at

    Hi @kaoutar,

     

    Do you mean the text within those columns (in other words, text-align)?

     

    In that case you can probably use the nth-child selector for each of these columns, https://www.w3schools.com/cssref/sel_nth-child.php

     

    For example if Non payé is the second column in your table you could use the below to change the text-align property value.

     

    table td:nth-child(2) {
     text-align: right;
    }

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 250 Super User 2026 Season 1

#2
Expiscornovus Profile Picture

Expiscornovus 222 Most Valuable Professional

#3
Haque Profile Picture

Haque 174

Last 30 days Overall leaderboard