Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Unanswered

Assistance Needed with CSS Formatting in Power Automate Flow

(0) ShareShare
ReportReport
Posted on by 7

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

  • Expiscornovus Profile Picture
    31,643 Most Valuable Professional on at
    Re: Assistance Needed with CSS Formatting in Power Automate Flow

    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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,004 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow