Hi Experts,
How can we handle special characters like &, ', etc., while retrieving records using WebAPI in JavaScript.
I tried using encodeURI and encodeURIComponents, but everything fails with the below error.
"No other query options are supported when a SavedQuery, UserQuery, or FetchXml parameter is provided"
Please help me with the issue.
*This post is locked for comments