Help
Jon_Eynon
6 - Interface Innovator
6 - Interface Innovator
since ‎Jul 11, 2019
‎Sep 13, 2024

User Statistics

  • 33 Posts
  • 3 Solutions
  • 3 Kudos given
  • 3 Kudos received

User Activity

I am looping through a list of people in a table and adding them to a multiselect linked field in another. I have found andimplemented the following code to update multiselects without deleting the records existing values.I have found that this only ...
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),...