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 / HTML Table with Hyperlink
Power Apps
Answered

HTML Table with Hyperlink

(0) ShareShare
ReportReport
Posted on by 25

I'm trying to build a screen where the user creates a collection called "SelectedItems" (via checking boxes in a gallery) and then can send an email with an html table.  One such field in the collection is an url.

 

How can make that particular field clickable (e.g., navigate the user after clicking on the link)?  Below is my code.  Thank you for your help!

 

 

"<table border='1' width='100%' border='1' cellpadding='5' style='border:1px solid black; border-collapse:collapse'>" &
"<tr style='text-align:center;font-size:25px;background-color:#efefef'>
 <th>Title</th>
 <th>Description</th>
 <th>Link</th>" &
"<tbody>" &
Concat(SelectedItems,
"<tr>
<td style='font-size:18px''>" & Title & "</td>
<td style='font-size:18px''>" & Description & "</td>
<td style='font-size:18px'')>" & 'Link' & "</td>
</tr>") & 
"</tbody></table>"

 

  

Categories:
I have the same question (0)
  • Verified answer
    Akser Profile Picture
    1,546 Moderator on at

    Hi @JaysYi,

    Can you try this?

     

     

    "<a href=""" & 'Link' & """>" & "'Link'" & "</a>"

     

     

  • JaysYi Profile Picture
    25 on at

    Thank you!  It worked!  For the benefit of other html noobs, here is the whole line with your code inserted.

    <td style='font-size:18px''>" & "<a href=""" & 'Link' & """>" & 'Link' & "</a>" & "</td>

     

  • Alchemy Profile Picture
    44 on at

    Thank you! I'm starting to play with HTML tables in Power Apps and needed exactly this information. I didn't want to see the entire link (which made the other columns small), only a hyperlink.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

#2
11manish Profile Picture

11manish 224

#3
Valantis Profile Picture

Valantis 181

Last 30 days Overall leaderboard