Join Slack
Powered by
Is there a parameter for an array-contains filter?...
# community-help
a
Andrew Shephard
11/02/2022, 2:49 PM
Is there a parameter for an array-contains filter? For instance, return all users where the string Id is not found in a user's array of seenIds
k
Kishore Nallan
11/02/2022, 3:51 PM
If you have a seenIds field that's a string array you can do seenIds:!= foo
a
Andrew Shephard
11/02/2022, 6:04 PM
Awesome, thanks!
Open in Slack
Previous
Next