I am rather new to canvas apps. I have a dropdown called dealer and a drop down called location.
I have a table in sharepoint that is linked to these dropdowns.
The share point table has dealer column and location column and looks like this:
Dealer location
A Chicago
B LA
B San Francisco
C Atlanta
C Orlando
C Kansas City

The two boxes work perfectly. When I select B in Dealer Group I get LA and San Fran, But when I pick C in Dealer group I don't get anything in the dealer location. If I pick values in Dealer Group after C they work good too. Strangest thing ever.
What am I doing wrong? Why don't the values for dealer location show when I pick C? Everything else works perfectly.
Here is the code snip from the items property in dealer location:
Filter(ContactAppTable, Dealer = DealerDropDown.SelectedText.Value)
Thank you.