I have a gallery to make a filter, but I don't know how to make the second filter, the first one already worked.

I have two options, "Turno 1" or "Turno 2" to filter in ComboBox2.
If the user selects Turno 1, it will display the records that have "Ambos" - Column - and "1" in the column.
Ambos would equal Both.
Now if the user selects Turno 2, the gallery will display the records that have "Ambos" and "2". How can I do it?


Filter(
ListaEditavelOperacoes;
Len(ComboBox1.Selected.Value) = 0 || Time = ComboBox1.Selected.Value;
(ComboBox2.Selected.Value) = "Turno 2" & Turno = "2" && "Ambos";
(ComboBox2.Selected.Value) = "Turno 1" & Turno = "1" && "Ambos")
##my code ...