Value for the field in the record = ‘Company Name, LLC’.
The querystring contains: &filterByFormula={Customer}=‘Company Name, LLC’
That string is run through urlencode() and looks like this…
&filterByFormula={Customer}=%27Company%20Name%2C%20LLC%27
No matter what I try, it is failing for every customer that contains a comma. Not sure if there is a way to escape the comma, or if this is an Airtable API bug.
