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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 836 Most Valuable Professional
Michael E. Gernaey 327 Super User 2025 Season 2
MS.Ragavendar 231 Super User 2025 Season 2