Hi,
How do I select a record in the gallery I added?
I added a galley with "image, title subtitle and body", there was no "next arrow" icon, so I added it, for OnSelect in has "Select(Parent) in the code, when testing nothing happens.
Do I need another screen to display result?
Also, when selecting "next arrow" icon, the mouse icon does not change.
Thanks
Solved! Go to Solution.
@KT61 ,
Yes - all you do with selecting an item in a Gallery is make the property GalleryName.Selected refer to the record in the gallery you have chosen. So if you have a Form with the Item of this and the DataSource of the list, it will display the record
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.
Visit my blog Practical Power Apps
As @WarrenBelz has advised above you should have a gallery inserted. Then you address the item from it with YourGalleryName.Selected. If you havent renamed the gallery it should be Gallery.Selected If you have more galleries inserted then it should be with digit 1/2 etc. And in order to show the content of the item you should have Form somewhere to fill up the requested content 🙂
@KT61 ,
Yes - all you do with selecting an item in a Gallery is make the property GalleryName.Selected refer to the record in the gallery you have chosen. So if you have a Form with the Item of this and the DataSource of the list, it will display the record
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.
Visit my blog Practical Power Apps
Hi @KT61 ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
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.
Visit my blog Practical Power Apps
Hi @WarrenBelz , Sorry did not get it working, i don't seem to have GalleryName.Selected in properties of the gallery. Or do i change ITEMS to ETS.Selected "ETS" name of my data
As @WarrenBelz has advised above you should have a gallery inserted. Then you address the item from it with YourGalleryName.Selected. If you havent renamed the gallery it should be Gallery.Selected If you have more galleries inserted then it should be with digit 1/2 etc. And in order to show the content of the item you should have Form somewhere to fill up the requested content 🙂
Hi @KT61 ,
GalleryName is just a placeholder for your gallery name. The Item of your Form can be this (YourGalleryName.Selected) - but change to your gallery name. I am assuming here you have created a Form linked to the same data source as the gallery. If on a different screen, you also have to navigate to that screen OnSelect of the Gallery.
Thanks @WarrenBelz @SectorOMEGA got it working, I was putting the name in incorrectly
Hi, Is it possible to add a ComboBox to YourGalleryName.Selected ?
I can get either of them to work ,by themselves ie.
but would like to have record displayed if gallery or combox box is selected.
User | Count |
---|---|
152 | |
93 | |
84 | |
77 | |
58 |
User | Count |
---|---|
196 | |
176 | |
106 | |
96 | |
89 |