Forum Discussion
lt_xx
Jan 19, 2024Copper Contributor
Microsoft Graph $filter complex collection not working
Hi, when I try to filter the "toRecipients" list using $filter, I receive this error: "The query filter contains one or more invalid nodes." The syntax I am using for the search is as follows: $fil...
lt_xx
Jan 22, 2024Copper Contributor
ok, thx.
However, I need to filter for a specific recipient within a certain date range.
How can I do that?
VasilMichev
Jan 22, 2024MVP
Either use $search or get all the results, then filter client-side.