Hi everyone,
I’m having an issue with my Power Apps form when trying to configure the CustomerCombo
dropdown. Here’s what’s happening:
Items
property:Choices([@'Operational Issues'].Customer)
.Customer
is a lookup column in the Operational Issues list using the Customers list as its source).CountryCombo
), like this:Filter('Operational Issues', Country.Value = CountryCombo.Selected.Value)
CustomerCombo
to:DisplayName
from the Customers list) instead of using the full Customer name.Title
column in the Customers list)Customer
column next to it to fetch DisplayName
from the Customers list)Operational Issues
list. Customers not present in this list are inherently excluded.Operational Issues list.
Choices([@'Operational Issues'].Customer) does this, but doesn't filter for selected country.
CountryCombo
), like this:Filter('Operational Issues', Country.Value = CountryCombo.Selected.Value)