Hello,
I'm new on PowerApps, I want to create with Sharepoint list , a Horizontal Gallery ( all element of the listh are on my Gallery inside of PowerApps) ,and I need with "OnSelect" anyone element of this list, jump to other Screen of the PowerApp, but I don't know if it is possible.
Thank you
Solved! Go to Solution.
Hi @JordiEC ,
To answer your basic question - the OnSelect of the gallery would be
Navigate(YourScreenName)
where this is the name of the screen with the form you want to display. The Item of the form would be
YourGalleryName.Selected
where this is the name of your gallery. The DataSource of the form would need to be the same as the Items of the gallery is based on.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @JordiEC ,
To answer your basic question - the OnSelect of the gallery would be
Navigate(YourScreenName)
where this is the name of the screen with the form you want to display. The Item of the form would be
YourGalleryName.Selected
where this is the name of your gallery. The DataSource of the form would need to be the same as the Items of the gallery is based on.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
203 | |
187 | |
81 | |
50 | |
38 |
User | Count |
---|---|
303 | |
249 | |
124 | |
73 | |
55 |