Hello!
I am trying to link the next arrow in a gallery view to show details of individual results. I am not sure if I should create a new screen within the app itself that the arrow would be linked to or how to even assign the correct results to its corresponding search arrow. The source data is in a Sharepoint list, so I was also wondering if I could link the gallery arrow to a list property view? That way, when a user clicks on the arrow, the individual report/details would show up in the list property published next to the app on the site contents. Please let me know if either option is possible as well as how to make it happen.
Thank you!
This solved it, thank you! For anyone else: I added a second screen, created a form and set it to the data source, set Item as "galleryname.selected" as WarrenBelz indicated, and then went back to the gallery arrow on screen1 and set OnSelect as "Navigate(screen2)".
I might be misunderstanding, because I'm not sure what you mean by having the individual report/details show up in the list property published next to the app on the site contents.
However, you can use the gallery's OnSelect property to set a variable, Set(varItem, ThisItem); now you can access whatever record the user selected across screens!
If you wanted to create another screen to display that item, for example in a form, then you could set its Item property to varItem, its Data Source to whatever the list is, and be good-to-go!
Hi @pruferk ,
Create a Form with the DataSource of the List and the Item of GalleryName.Selected (your actual gallery name). On the OnSelect of the Arrow, navigate to the form screen - if you wan tot edit the form, put EditForm(YourFormName)
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.
mmbr1606
41
Super User 2025 Season 1
WarrenBelz
37
Most Valuable Professional
MS.Ragavendar
34