Help
Jon_Eynon
6 - Interface Innovator
6 - Interface Innovator
since ‎Jul 11, 2019
‎Feb 14, 2024

User Statistics

  • 29 Posts
  • 3 Solutions
  • 1 Kudos given
  • 3 Kudos received

User Activity

https://github.com/sleiman/airtable-phpI have been using this tool flawlessly and working my new Personal Token where my API key existed.use \TANIOS\Airtable\Airtable; $airtable = new Airtable(array( 'api_key' => 'API_KEY', 'base' => 'BASE...
Hi all,I have a simple script that is taking some items from the submission of a Gravity Form and updating an AirTable record. It all works great until I get to a section of the form that has checkbox values. INSIDE of one of those checkbox values is...
I am running a function on gform_after_submission in WordPress. It creates an new record in a large AT. We are finding more often than not the submissions works in Gravity Forms but the record is not created in AT. I have error checks in my function ...
I have inherited a project and have been working on the API side of things but am now getting into the table structure and have a question. Structure: ’Employees’ Table. All employees in the company. Includes Email, Specialties (Link to Specialties),...
Hi all. I have a filterbyformula where I am using an OR statement to get Record_IDs. It seems that on IE I have maxed out there rule of no more then 2000 characters in a Get URL. This seems to be happening to me. I am using the javascript and not cur...
Kudos given to