web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Gallery Circular Refer...
Power Apps
Unanswered

Gallery Circular Reference Issue

(0) ShareShare
ReportReport
Posted on by 69

Hi Folks,

I have an issue with a circular reference. I am filtering gallery2 based on the selection of gallery1 but I also need to be able to update the filter on gallery2 based on a dropdown selection.

Gallery2 Items property = Filter(ActCol, EngID = Gal_Eng.Selected.ID) 

What I really want is Filter(ArtCol, EngID = Gal_Eng.Selected.ID || LookUp(Engagement, ID = Dropdown.Selected.Title).ID)

Any tips on how to get this to work?

Categories:
I have the same question (0)
  • C-Papa Profile Picture
    1,836 on at

    hi, you can't use LookUp in a filter as it only returns 1 record, a filter returns multiple. 

    On gallery 1 selection i would add to the OnSelect 

     

    ClearCollect(Col_Engagement, Filter(Engagement, ID = Dropdown.Selected.Title).ID))

     

    then on gallery 2 items put

     

    IF(!IsEmpty(Col_Engagement),Col_Engagement, Filter(ActCol, EngID = Gal_Eng.Selected.ID))

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 404

#2
timl Profile Picture

timl 344 Super User 2026 Season 1

#3
WarrenBelz Profile Picture

WarrenBelz 320 Most Valuable Professional

Last 30 days Overall leaderboard