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 / Display selected items...
Power Apps
Answered

Display selected items from gallery into htmltext

(0) ShareShare
ReportReport
Posted on by 215

Hello!
I have gallery [Gallery1 ] where it stores list of items and for each item, user can view the details individually, i want to use htmlttext to display it , the reason being is because i want to add print functionality on that screen. below is my html code :

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<table style = "padding:10px;">
<tr>
<th style= "color:blue; padding:10px; text-align: left;">LL ID</th>
    <th style= "color:blue; padding:10px;  text-align: left;">PROJECT NAME</th>
</tr>
 
<tr>
<td style= "color:#a9a9a9; padding:10px;text-align: center;">1</td>
    <td style= "color:#a9a9a9;text-align: center;">Bokor</td>
</tr>
</table>
<hr>
<table>
<tr style= "padding: 10px;">
<th style="text-align:left;">Title</th>
 </tr>
 <tr>
  <td style= "background-color: #dddddd;padding: 10px; ">Title1</td>
 </tr>
  <tr>
  <th style="text-align:left;">What Happened</th>
 </tr>
  <tr>
  <td style= "background-color: #dddddd;padding: 10px;">WH1</td>
 </tr>
  <tr>
  <th style="text-align:left;">Root Cause</th>
 </tr>
  <tr>
  <td style= "background-color: #dddddd;padding: 10px;">RC1</td>
 </tr>
  <tr>
  <th style="text-align:left;">Impact</th>
 </tr>
  <tr>
  <td style= "background-color: #dddddd;padding: 10px;">I1</td>
 </tr>
  <tr>
  <th style="text-align:left;">Recommendation</th>
 </tr>
  <tr>
  <td style= "background-color: #dddddd;padding: 10px;">R1</td>
 </tr>
</table>
 
</body>
</html>

can anyone help me what function should i use to collect, call and display the selected items in my htmlText?

Thank you for you help!

 

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

    Hi @lunalovegood ,

     

    Please try:

    "<!DOCTYPE html>
    <html>
    <head>
    <title>Page Title</title>
    </head>
    <body>
    <table style = 'padding:10px;'>
    <tr>
    <th style= 'color:blue; padding:10px; text-align: left;'>LL ID</th>
     <th style= 'color:blue; padding:10px; text-align: left;'>PROJECT NAME</th>
    </tr>
     
    <tr>
    <td style= 'color:#a9a9a9; padding:10px;text-align: center;'>1</td>
     <td style= 'color:#a9a9a9;text-align: center;'>Bokor</td>
    </tr>
    </table>
    <hr>
    <table>
    <tr style= 'padding: 10px;'>
    <th style='text-align:left;'>Title</th>
     </tr>
     <tr>
     <td style= 'background-color: #dddddd;padding: 10px; '>"& Gallary1.Selected.Title &"</td>
     </tr>
     <tr>
     <th style='text-align:left;'>What Happened</th>
     </tr>
     <tr>
     <td style= 'background-color: #dddddd;padding: 10px;'>"& Gallary1.Selected.Column1 &"</td>
     </tr>
     <tr>
     <th style='text-align:left;'>Root Cause</th>
     </tr>
     <tr>
     <td style= 'background-color: #dddddd;padding: 10px;'>"& Gallary1.Selected.Column2 &"</td>
     </tr>
     <tr>
     <th style='text-align:left;'>Impact</th>
     </tr>
     <tr>
     <td style= 'background-color: #dddddd;padding: 10px;'>"& Gallary1.Selected.Column3 &"</td>
     </tr>
     <tr>
     <th style='text-align:left;'>Recommendation</th>
     </tr>"

     

    Best Regards,

    Bof

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
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard