I have 10 comboboxes with distinct results. These comboboxes are filtering a gallery (think spreadsheet filter options). I have all 10 comboboxes working with their distinct syntax and the gallery is filtering correctly. Now I want to filter the comboboxes distinct to only show relevant information dependent on one or more of the other combobox.
Such as combobox1 has 5 options that are unique names (action1, action2, action3, action4, action5). Combobox2 has (date1, date2, date3). Action1 and action3 both have date2. So if I filter combobox2 by date2, I should only see action1 and action3 in combobox1.
Has anyone ran into an issue like this and found a solution? Maybe I am over thinking this as I have been working on this PowerApps for 2 weeks and am not seeing the simple things..