
Announcements
Hi guys
I have four galleries and want to make first gallery's default depends on other three galleries.
Means when i select any item from these three galleries then 1st gallery should reflect change it's item selection accordingly.
All galleries has Allitem are same.
What would be the approach.
Hi @yaseenshaikh301 ,
Assuming you are using SharePoint here, set a Variable on the OnSelect of the other three galleries
Set(
gblID,
ThisItem.ID
)
Then the Default of Gallery1
LookUp(
SPListName,
ID = gblID
)
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