Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

displaying list content from gallery into Htmltext

(0) ShareShare
ReportReport
Posted on by 141

Hello everyone,
this is my screen named "R_MainMenu", the purpose of this screen is to display recommendation column from previous screen.

norashura_0-1694072151474.png

i use HtmlText to develop a table to store the content of the table, below is my code 

"<!DOCTYPE html>
<html>
<head>
<title>Checklist Interface</title>
<style>
table {
font-family: arial, sans-serif;
width: 100%;
}

th:nth-child(2),
td:nth-child(2) {
width: 3%;
}
th:nth-child(3),
td:nth-child(3) {
width: 3%;
}

th {
padding: 10px;
border: 1px solid #dddddd;
text-align: left;
font-weight: normal;
}

td {
padding: 5px;
border: 1px solid #dddddd;
text-align: left;
font-size: 12px;
}

input[type='checkbox'] {
transform: scale(0.7);
margin-left: 40%; /* Adjusted margin to center the checkbox */
}

p {
font-family: arial, sans-serif;
width: 100%;
padding: 2px;
}
</style>
</head>
<body>
<table border='1'>
<thead>
<tr>
<th style='padding: 10px; text-align: center;'>Recommendation</th>
<th style='width: 2%; padding: 2px;'>Completed</th>
<th style='padding: 2px;'>Remarks</th>
</tr>
</thead>
<tbody>
<tr>
<td><p>" & Gallery5.Selected.'Recommendation' & "</p></td>
<td><input type='checkbox'></td>
<td></td>
</tr>
<tr>
<td><p>" & Gallery5.Selected.'Recommendation' & "</p></td>
<td><input type='checkbox'></td>
<td></td>
</tr>
<tr>
<td><p>" & Gallery5.Selected.'Recommendation' & "</p></td>
<td><input type='checkbox'></td>
<td></td>
</tr>
</tbody>
</table>
</body>
</html>
"

my issue is that, i have no idea on how can i display all content from recommendation column from previous screen.

the flow is like this , user will click on the recommendation button (acted as column name) and will be redirected to next screen that will display the table.

norashura_1-1694072313029.png

norashura_0-1694072151474.png

Thank you ! 

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1