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 / Unable to send in tabl...
Power Automate
Unanswered

Unable to send in table form with respect to the person

(0) ShareShare
ReportReport
Posted on by
I unable to send data wrt that person whose data belong to them in Power automation with column header colour as yellow
I have the same question (0)
  • David_MA Profile Picture
    14,410 Super User 2026 Season 1 on at
    Please show your flow and better explain what you are trying to accomplish. Right now, there is not enough detail and lots of guessing needs to be done on what you're trying to accomplish. For example, are you using a select action, converting it to an HTML table, and then inserting the table into an Outlook e-mail. If so, put the e-mail in HTML mode and add a CSS section at the top of the e-mail body.
     
    Here is some very simple CSS to make the header yellow:
     
    <style>
    Table {
      font-family: Arial, Helvetica, sans-serif;
      background-color: ; #EDF0F2;
      border-collapse: collapse;
      width: 100%;
      max-width: 820px;
    }
    Table td, Table th {
      border: 1px solid #ddd;
      padding: 3px 3px;
    }
    Table th {
      font-size: 15px;
      font-weight: bold;
      padding-top: 12px;
      padding-bottom: 12px;
      text-align: left;
      background-color: #F2F527;
      color: white;
    }
    </style>

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 875

#2
Valantis Profile Picture

Valantis 817

#3
Haque Profile Picture

Haque 481

Last 30 days Overall leaderboard