Is there a way to filter out a field based on an a...
# community-help
a
Is there a way to filter out a field based on an array parameter? For instance, something like Id: != (array of string Ids)
p
j
Id:!=[id1,id2]
should work
a
Got ha, ty!