web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : KCaB72J9qjgt6QxMGt7DdC
Power Apps - Building Power Apps
Answered

HTML Table with Hyperlink

Like (0) ShareShare
ReportReport
Posted on 24 Jan 2023 14:37:37 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>"

 

  

  • Alchemy Profile Picture
    41 on 15 Jul 2024 at 12:26:58
    Re: HTML Table with Hyperlink

    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.

  • JaysYi Profile Picture
    25 on 24 Jan 2023 at 15:38:45
    Re: HTML Table with Hyperlink

    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>

     

  • Verified answer
    Akser Profile Picture
    1,546 Moderator on 24 Jan 2023 at 14:45:24
    Re: HTML Table with Hyperlink

    Hi @JaysYi,

    Can you try this?

     

     

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

     

     

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2