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 / Gallery icon not click...
Power Apps
Answered

Gallery icon not clickable

(0) ShareShare
ReportReport
Posted on by 2,297

I have a gallery with a list of records and a pencil icon for editing. The icon is inside the gallery.

However, that icon is not "clickable".

I've tried to send the gallery backwards and the icon to the front, but no luck.

 

The OnSelect is:

Select(Parent)

 

Categories:
I have the same question (0)
  • mdevaney Profile Picture
    29,991 Moderator on at

    @WebPortal 

    Are you trying to make the OnSelect behaviour the same as the OnSelect of the gallery itself?  What should happen next after the icon is clicked?

     

    Please provide the code in the OnSelect property of the gallery.

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • WebPortal Profile Picture
    2,297 on at

    Hi @mdevaney 

     

    The OnSelect of the gallery is "false".

  • mdevaney Profile Picture
    29,991 Moderator on at

    @WebPortal 

    The OnSelect property of the Pencil icon is looking at the OnSelect property of the gallery for instructions when clicked.  The gallery’s OnSelect property shows ‘false’ which means it will do nothing.

     

    What do you want to happen when the edit icon is clicked?

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • WebPortal Profile Picture
    2,297 on at

    I want to go to another screen and edit another form.

  • Verified answer
    mdevaney Profile Picture
    29,991 Moderator on at

    @WebPortal 
    To navigate to another screen and edit a form you would put this code in the OnSelect of the pencil icon.

    Set(currentID, ThisItem.ID);
    EditForm(your_form_name);
    Navigate(your_screen_name);

     

    Then put this code in the Item property of your Edit Form.

    LookUp(your_datasource_name, ID=currentID)

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

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