Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

Align HTML table

(0) ShareShare
ReportReport
Posted on by 54

Hi,

 

It is not possible for align a HTML Table with    ? 

Like this.

1.png

 

 

  • Mace Profile Picture
    41 on at
    Re: Align HTML table

    For everyone who comes across this. You can also inject the text alignment within the "Create HTML Table" action, if you want to align each column individually:

    columnalign1.png

    <div style="text-align: left">YOUR REFERENCE</div>

     

    Same as for the other solutions, you need to replace the special characters to make sure you get proper HTML code:

    columnalign2.png

    replace(replace(replace(replace(body('Create_HTML_table'), '&lt;', '<'), '&gt;', '>'), '&quot;', '"'), '^', ' ')

     

    Bonus tip: As you can see I added a "^" in the table headers, which I then replace to allow for spaces in the header titles.

  • Verified answer
    CFernandes Profile Picture
    8,283 Most Valuable Professional on at
    Re: Align HTML table

    @frixel2I assume you want to make your table presentable. 

     

     You might want to add a bit of padding to make your table presentable.

     

     

    replace(body('Create_HTML_table'),'<td>','<td style="padding:20px">')

     

     

    Untitled.png

     

    You can find more ideas at https://www.sharepointsiren.com/2019/07/formatting-html-tables-in-flow/

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

     

     

     

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,601 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,942 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow