Announcements
I'm having trouble with a PowerApps form where my filtered lookup column isn't saving the selected value. Here's my setup:
Preivous Configuration: Here's my current Items property for the unfiltered version (which worked, but would shows all customers (200+) with no country filtering): Choices([@'Operational Issues'].'Customer Name')
Choices([@'Operational Issues'].'Customer Name')
Filter('Customers',Country.Value = CountryCombo.Selected.Value)
Title
Customer
DisplayName
Has anyone encountered this issue before? How can I maintain the country-based filtering while ensuring the selected customer value gets properly saved to the lookup column?
Thanks in advance for any help!
{ Value: CustomerCombo.Selected.Title, Id: LookUp( Customers, Title = CountryCombo.Selected.Title ).ID }
{Title: ThisItem.'Customer Name'.Value}
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.
Haque 94
WarrenBelz 82 Most Valuable Professional
Kalathiya 38 Super User 2026 Season 1