Announcements
I have a gallery connected to a share point list of items.Some items are children of other items in the same gallery.
I want to make a button on the child item that automatically brings me to the parent item.The parent item title is written in a field of the child.Best option would be when the gallery just scrolls to the parent item and shows it as selected but if this is not possible it would also be an option to just open the parent item on the detail page that I already have set up.So far I only now how to open the selected item with Select(Parent).
Hi @Power_Person ,
May I ask what type of Column in Child records to score parent Title?
Let us assume it is LookUp type.
SharePoint List:
Canvas App:
Button(in the Gallery)->OnSelect:
Set(VarParent,LookUp('0830-1',Title=ThisItem.'Parent'.Value))
Form (Show Parent Detail):
Hope this will help you,
Best Regards,Tina
I solved it a different way now. I have a search text input to filter the gallery. I set the default value to my variable "varSearch". When I press the parent button on the item it will execute "Set(varSearch;ThisItem.ParentTitel)" so the gallery will only show the parent item now. I have another button to reset the text input to show all entries again or the user can change the search text individually.
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 529 Most Valuable Professional
Haque 230
Kalathiya 217 Super User 2026 Season 1