I am getting this error when sending the following get request to airtable…
{
“error”: {
“message”: “The formula for filtering records is invalid: Invalid formula. Please check your formula text.”,
“type”: “INVALID_FILTER_BY_FORMULA”
}
}
https://api.airtable.com/v0/appc123456/SKUs/?filterByFormula=SKU=’{SKU}’
The actual request looks like this
{
“headers”: {
“Authorization”: “Bearer keyTuMadre”,
“Content-Type”: “application/json”
},
“method”: “GET”,
“url”: “https://api.airtable.com/v0/appc123456/SKUs/?filterByFormula=SKU=‘PA%20RC%20SB%20OK%20AF%20AFLOSB#’”
}
Any ideas why this formula is invalid?