Hi Everyone,
I am trying to cascade combo box with multiple selected options. One has country and second has city.
For example, for countries I choose USA & Australia, then second combo box should show cities like Chicago, New York, Sydney, Melbourne
Right now for the items property of 2nd combo box I have - "Distinct(Filter('Data List', Country = DataCardValue7.Selected.Result),City)"
This is only showing the results based on the country that was last selected and not both the countries.
Urgent help would be appreciated.
Thanks,
Shreyans