Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building 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>"

 

  

  • Alchemy Profile Picture
    41 on at
    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 at
    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 Super User 2025 Season 1 on at
    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

🌸 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