The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
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
N...
Let’s say you have a large set of data in Airtable that you want to display in list format on a WordPress website. Tables have rows and columns to organize your data and make your collection easy to read. In this article, I showcase an example of pul...
This has been resolved with the Airtable support staff. I thought it would be good to post the resolution here for anyone else that might run into this.
What I found out was…
I ran a few more experiments and I found something interesting. If the fiel...
Thank you for your help, Andrew. I am still unable to get this to work. 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. I am sending a su...
Did you ever find a solution to the comma issue? I am experiencing the same thing. My code works for all records except the ones containing commas.
Example: ‘Company Name, LLC’
&filterByFormula={Customer}=‘Company Name, LLC’
The url is being encoded ...