Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

HTML Table Side by Side Outlook Mail

(0) ShareShare
ReportReport
Posted on by 40

Hi Experts,

 

I created a flow to extract information from PBI to two HTML tables. The issue is when I attach the tables in an email, one stays under the other, but I would like to have them side by side. Is this possible?

 

Please see my email flow for more information:

 

AlineStoll_0-1647458463904.png

 

 

AlineStoll_1-1647458483074.png

 

 

Thanks in advance.

  • Verified answer
    Pstork1 Profile Picture
    65,999 Most Valuable Professional on at
    Re: HTML Table Side by Side Outlook Mail

    There is no simple way to do that other than to create an HTML table manually in a string with two cells and one row.  Embed the tables you have already created inside each cell in the new table and then put the whole thing in the email.  The code below is what you would put in a compose or string variable, then put the result in the email.

     

    <table>
    <tr>
    <td>HTML Table 1 goes here</td>
    <td>HTML Table 2 goes here</td>
    </tr>
    </table>

     

  • AlineStoll Profile Picture
    40 on at
    Re: HTML Table Side by Side Outlook Mail

    @ScottShearer , @DamoBird365 , @pstork , @Pstork1 , @abm , @Expiscornovus , @mistershaik could you please help me?

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

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow