In the monday.com UI, I can filter items based on a combination of AND/OR criteria using the “Add new group” button.
How can we do this via the API? There doesn’t seem to be documentation on how to combine predicates in the items_page.query_params.rules object.
Is this not possible via the API? If it is possible, what would the query_params look like for a query like this one:
(Name=“Jim” OR Name=“Ana”) AND Age = 35
Thanks.
