Help
Scot_Rumery
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Jul 15, 2017
‎Nov 29, 2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 3 Kudos given
  • 9 Kudos received

User Activity

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...