-
The aaduser table cannot use conditions containing the '&' symbol for filtering.
When I attempt to query the aaduser table using FetchXML it throws an error: "There is an unterminated string literal at position 15 in 'givenname:sdas'." FetchXml Condition is “condition attribute="givenname" operator="eq" value="sdas & dasa”,Escaping for other characters, such as '<', works without issues. When I add filter criteria to the Microsoft Entra ID entity view in a Model-Driven App, an error 'Invalid filter clause' occurs if the text in the filter criteria contains the '&' character. The error does not occur when the text contains other special characters such as '<'. Additionally, using filters containing the '&' character in views of other entities does not result in an error.
