Hello,
This is quite the beginner's question, but I would just like to use the SelectedItem in my ComboBox (maybe extract it?) so that I can use it to power "Distinct" searches in other DropDown lists.
Specifically, I am trying to reference the SelectedItem in this formula :
Sort(Distinct(Filter("List1", Name2=COMBO.SELECTED.FIELD),Name1),Result)
Thank you and I will be glad to offer more details if need be!