SharePoint Get List Item Filter With Special Characters

Yes, this worked! Since the problem was the % character I tried the replace method. But Uri.EscapeDataString will also protect the code for other possible special characters.

Thank you very much for your support @ppr

1 Like