Looking at the filters youāve shared, it just be missing escape characters for your filter value:
onPremisesDistinguishedName.contains(\āDivisions\ā) Edit: just realised you may very well have escape characters in your filters but the post didnāt reflect itā¦ I had to double escape mine just now to make it render correctly aboveā¦ so ignore that part if youāve already escaped "
What does the filterString property look like on your source JSON?
Also if this is using the VA connector and you have access to the ccg logs Iād suggest turning on debug for the AAD connector and checking what error is being reported back, it is almost always syntax related as I recently found out when using filterString for grouips.
I already tried the two below as well, and they did not work either. i forgot to include these in values iāve tried already, in my original post. I am not getting an error and it does slightly change what i get back from the aggregation, but the output from the aggregation still has user accounts that do not match the filterstring i am using.
Iamology, you are a genius sir. I had the filter logic backwards after correcting the format. The filter is now working as expected. Thanks for everyoneās help.