Aug 07 2024 11:24 PM - edited Aug 07 2024 11:29 PM
Hi all,
Unfortunately, I can't manage to filter according to several properties.
I'm currently filtering for a specific value, but I would like to filter using one or two "or" operators or other properties:
$filter=assignmentState+eq+'Delivered'
e.g.:
filter where assignmentstate is 'Delivered' or 'Delivering' or 'etc..'
When I follow the documentation I run into errors.
https://learn.microsoft.com/de-de/graph/filter-query-parameter?tabs=http
Does anyone have experience with multiple filters?
Regards
Aug 08 2024 12:33 AM
SolutionAug 08 2024 12:33 AM
Solution