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 / Make PowerApps Gallery...
Power Apps
Answered

Make PowerApps Gallery items Clickable

(0) ShareShare
ReportReport
Posted on by 33

Hi All,

 

i have a gallery with list items arranged in it as below, 

 

A      B      C      D

E       F      G      H

I        J

 

how can i make them clickable in PowerApps 

Thanks in advance

 

Categories:
I have the same question (0)
  • dinusc Profile Picture
    Microsoft Employee on at

    Hello @VineethKN

    Please try the following:

    1. Create a blank application and add a blank vertical gallery control to the page.

    2. Bind the gallery to a table as following: Gallery1.Items=Table({one:"A", two:"B", three:"C", four:"D"},{one:"E", two:"F", three:"G", four:"H"})

    2. Add four buttons to the gallery. Set
    Button1.Text=ThisItem.one

    Button2.Text=ThisItem.two

    Button3.Text=ThisItem.three

    Button4.Text=ThisItem.four

    3. Set Button actions as following:
    Button1.OnSelect=Notify(ThisItem.one)

    Button2.OnSelect=Notify(ThisItem.two)

    Button3.OnSelect=Notify(ThisItem.three)

    Button4.OnSelect=Notify(ThisItem.four)

     

    Try clicking on buttons now.

    You can bind the gallery now to something else and your gallery items will still be clickable and referencing the proper informqation. See the screenshot below where the element "H" is clicked. Note that you can also style the button controls so they don't look like buttons (change color, borders and so on):

     

    ClickableElements.png

    I hope this is what you're looking for.

     

  • VineethKN Profile Picture
    33 on at

    Hi Dinusc, thanks for the reply, but this is a dynamic content Gallery, and i want it to be hyperlink , not with the button, can you please help me out with that  

  • Verified answer
    Ee Lane Profile Picture
    37 on at

    Hi,

     

    Where is the data stored and does every record in your list have a different hyperlink?

  • VineethKN Profile Picture
    33 on at

    Data is stored in Sharepoint list , all the hyperlinks will be having different Navigations.

  • dinusc Profile Picture
    Microsoft Employee on at

    You should be able to use this with a SharePoint list. You can also replace the button control with an HTMLText controls. You can then have something like this:

    HtmlText1.HtmlText="<A Href='"&ThisItem.one&"'>"&ThisItem.one&"</A>"

  • Ee Lane Profile Picture
    37 on at

    Hi

     

    Try this, I am using CDS as my datasource but i assume is similar with Shareppoint list. Smiley Wink

    On your Gallery control, click on your Image and go to On Select. Enter the command below:

     

    Launch(ThisItem.Website)

     

    * Website is my CDS field name so i reckon you can replace that with your Sharepoint list column that is storing your hyperlink for that record.

    (screenshot in attachment)

     

     

     

     

    coffee1.JPG

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard