Hello, can anyone tell me what is the syntax for combobox that has to filter from multiple choice column (SP list), based on parent dropdown?
I tried something like this, but it doesn't work:
Filter(Choices(DataSource_Industry.Industry),Town.value=Dropdown3_Town.Selected.Value)
