Announcements
Hi All,
I have flexible nested Gallery, when i click on nested gallery item, it should navigate to another screen 2. Where screen 2 should display edit form of particular item.
Can anyone help to achieve this issue.
Thank you in advance
Hi @jeniviya
Just insert a > icon into the gallery and set the OnSelect property to Navigate(Screen2, None). On Screen 2 you will need an edit form with the datasource being the one you want to edit and the Item property Lookup(datasource, ID=Gallery2.Selected.ID)
I have multiple gallery, Lookup(datasource, ID=Gallery2.Selected.ID)-I don't think it will work.
I have shared my screen below.
@jeniviya
In that case, use the Set() function to create a global variable and use that in the Item property of the edit screen. Something like
Set(GalX, Gallery17.Selected);Navigate(Screen 2,None) for an item in Gallery17 Set(GalX, Gallery17_1.Selected);Navigate(Screen2,None) for Gallery17_1, etc.
You would simply use GalX.ID in the Lookup(datasource, ID = GalX.ID) as the Item property of the Edit form.
Any luck with a solution on this? I am stuck in the same situation. Tried lookup to no avail. thanks!
Hi, this solution worked for me:
Solved: Re: Details/Edit Screen from Nested Gallery - Power Platform Community (microsoft.com)
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 community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 409 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 252 Most Valuable Professional