Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building 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:
  • Verified answer
    v-hanytian-msft Profile Picture
    Microsoft Employee on at
    Re: is possible to send gallery records to email

    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

  • venky232 Profile Picture
    on at
    Re: is possible to send gallery records to email

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

     

  • v-hanytian-msft Profile Picture
    Microsoft Employee on at
    Re: is possible to send gallery records to email

    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
    Re: is possible to send gallery records to email

    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
    Re: is possible to send gallery records to email

    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

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

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard