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 Apps / is possible to send ga...
Power Apps
Answered

is possible to send gallery records to email

(0) ShareShare
ReportReport
Posted on by

without flow it is possible to send selected gallery records to email in PowerApps

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

    Hi @venky232 ,

     

    I made a Simple for you.

    Please try:

    Office365Outlook.SendEmailV2("a@xxx.com","Records",Concatenate(Gallery4.Selected.ID,",",Gallery4.Selected.Title,","))

    vhanytianmsft_0-1689744928861.png

    vhanytianmsft_1-1689745017973.png

     

     

    Hope this will help you,

    Best Regards,
    Tina

  • venky232 Profile Picture
    on at

    will it create HTML table of selectedgallery items? & also one coloumn has hyperlinks it will capture?

  • v-hanytian-msft Profile Picture
    Microsoft Employee on at

    Hi @venky232 ,

     

    You can insert a HTML Text in the Canvas App.

    "
    <b>
    <font color=black>
    <table>
    <tr>
    <th> ID </th>
    <th> Title </th>
    <th> HyperLink </th>
    </tr>
    <tr>
    <td>"&Gallery4.Selected.ID&"</td>
    <td>"&Gallery4.Selected.Title&"</td>
    <td><a href="&Gallery4.Selected.TestHy&">Link</a></td>
    </tr>
    </table>
    </font></b>
    "

    vhanytianmsft_2-1689748596323.png

     

    OnSelect of Button:

    Office365Outlook.SendEmailV2("Email","Records",HtmlText2.HtmlText)

    vhanytianmsft_0-1689752199235.png

     

     

    vhanytianmsft_4-1689748709657.png

     

    Hope this will help you,

    Best Regards,
    Tina

     

  • venky232 Profile Picture
    on at

    my question is to create gallery selected records as table .format . and mail should have table 

     

  • Verified answer
    v-hanytian-msft Profile Picture
    Microsoft Employee on at

    Hi @venky232 ,

     

    Do you want to add a border to the Email?

    Please try:

    "

    <!DOCTYPE html>

    <html>

    <style>

    table,th,td {

      border: 1px solid black;

      border-collapse: collapse;

    }

    </style>

    <body>

    <font color=black>

    <table style=width:100%>

      <tr>

        <th>ID </th>

        <th>Title </th>

        <th>HyperLink </th>

      </tr>

      <tr>

        <td>"&Gallery4.Selected.ID&"</td>

        <td>"&Gallery4.Selected.Title&"</td>

        <td><a href="&Gallery4.Selected.TestHy&">Link</a></td>

      </tr>

    </table>

    </font>

    </body>

    </html>

    "

    vhanytianmsft_0-1689754097941.png

     

     

    vhanytianmsft_1-1689754097942.png

     

     

    Hope this will help you,

     

    Best Regards,

    Tina

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard