Finally got this almost working.
Below is a Comb Box that has the following ' DataCollection ' in the Items property, with the following in the ' DefaultSelectedItems ' property.
The return is 36 items, the majority repeats of the same four the formula is asking for. The default should only be the four (or more, based on the content of Label1_8), and the return and the content of the Combo Box list should be sorted Ascending.
How do I update the below to achieve the above?
Filter(DataCollection, field_1 in (Label1_8.Text), If(ProcurementProfessional = field_1, Label1_8.Text))
