I use the Get Records against Sales Force and I use the filter query to detect a row containing certain criteria.
It normally works but it fails if the criteria contains a '

If value is "Cote D'Ivori" then the filter Query fails:
{
"status": 400,
"message": "There is an unterminated literal at position 34 in 'GEOLeve4Name__c eq 'Cote D'Ivoire''.\r\n inner exception: There is an unterminated literal at position 34 in 'GEOLeve4Name__c eq 'Cote D'Ivoire''.\r\nclientRequestId: 02b0bb1c-4cbc-426c-824f-2d7dc975cf85",
"error": {
"message": "There is an unterminated literal at position 34 in 'GEOLeve4Name__c eq 'Cote D'Ivoire''.\r\n inner exception: There is an unterminated literal at position 34 in 'GEOLeve4Name__c eq 'Cote D'Ivoire''."
},
"source": "salesforce-ne.azconn-ne.p.azurewebsites.net"
}
Any clue on how to fix that?