The logical operators are causing warning. If someone can help with us, it would be helpful. I have pasted the code.
Thanks.
If(ovs,
Search(
Filter('BGC Reports',!('Overall CC'="Green"),
IsBlank(ComboBox1_1.SelectedItems.Value) || IsEmpty(ComboBox1_1.SelectedItems) || (Location.Value=ComboBox1_1.Selected.Value),
IsBlank(ComboBox1_3.SelectedItems.Value) || IsEmpty(ComboBox1_3.SelectedItems) || (ComboBox1_3.Selected.Value in 'Overall CC')),
TextInput1.Text,Title),
a1i,
Search(
Filter('BGC Reports',(!('Address CC'="Green")||!('Education CC'="Green")||!('Employment CC'="Green")||!('Court Check CC'="Green")||!('Sanction Screening CC'="Green")||!('Work Authorization CC'="Green")||!('Reference Check-1'="Green")),
IsBlank(ComboBox1_1.SelectedItems.Value) || IsEmpty(ComboBox1_1.SelectedItems) || (Location.Value=ComboBox1_1.Selected.Value),
IsBlank(ComboBox1_3.SelectedItems.Value) || IsEmpty(ComboBox1_3.SelectedItems) || (ComboBox1_3.Selected.Value in 'Overall CC')),
TextInput1.Text,Title),
Search(
Filter('BGC Reports',
IsBlank(ComboBox1_1.SelectedItems.Value) || IsEmpty(ComboBox1_1.SelectedItems) || (Location.Value=ComboBox1_1.Selected.Value),
IsBlank(ComboBox1_3.SelectedItems.Value) || IsEmpty(ComboBox1_3.SelectedItems) || (ComboBox1_3.Selected.Value in 'Overall CC')),
TextInput1.Text,Title))