Hi,
I have created a Combo Box (ComboBox4) which allows me to select users from our Office 365 Directory (through the use of the Office365Users data source).
However, I want to set up a filter gallery that filters results based on the user I have selected in the ComboBox, but I am struggling to do this.
So far, I've tried:
Filter (<DataSourceName>, ComboBox4.SelectedItems)
Filter (<DataSourceName>, ComboBox4.SelectedText)
Filter (<DataSourceName>, ComboBox4.Selected)
But none have worked.
Would appreciate any help on this. 🙂