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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Help needed ! with ema...
Power Automate
Answered

Help needed ! with email and tables for specific people

(0) ShareShare
ReportReport
Posted on by

Hi everyone ! I am still quite new to power automate and would like to seek help in terms of sending emails with tables to specific people . can someone guide me in terms of solving my problem? 

Attached is the raw file as sample data 
Sample of how i want the email to look:

for Customer "1234" I want it to look like this and sent to "John3@email.com"  (all the other customers are similar in terms of the email)
Hi "John"

Attached below is the status requested :

CustomerCustomer nameAmountCL
1234John10006000

  

This is an automated reply


Categories:
I have the same question (0)
  • Verified answer
    v-dezhili-msft Profile Picture
    Microsoft Employee on at

    Hi @Dan97 ,

     

    Are you like sending an email with a form?
    You can try to create a custom HTML table in compose.

    <table border="1" style=border-collapse:collapse>
     <tr>
     <th>Customer</th>
     <th>Customer name</th>
     <th>Amount</th>
     <th>CL</th>
     </tr>
     <tr>
     <td>@{items('Apply_to_each')?['Customer']}</td>
     <td>@{items('Apply_to_each')?['Customer name']}</td>
     <td>@{items('Apply_to_each')?['Amount']}</td>
     <td>@{items('Apply_to_each')?['CL']}</td>
     </tr>
    </table>

    vdezhilimsft_0-1675835064195.png

    vdezhilimsft_1-1675835119429.png

     

    vdezhilimsft_2-1675835139572.png

    vdezhilimsft_3-1675835152095.png

    vdezhilimsft_4-1675835166246.png

     

    Best Regards,

    Dezhi 

     

     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
trice602 Profile Picture

trice602 398 Super User 2025 Season 2

#2
David_MA Profile Picture

David_MA 323 Super User 2025 Season 2

#3
Expiscornovus Profile Picture

Expiscornovus 183 Most Valuable Professional

Last 30 days Overall leaderboard