Help
Dev_Local
6 - Interface Innovator
6 - Interface Innovator
since ‎Dec 03, 2019
‎Nov 29, 2022

User Statistics

  • 20 Posts
  • 0 Solutions
  • 0 Kudos given
  • 8 Kudos received

User Activity

Using the Airtable API, I am sending a timestamp exactly like this (on an insertion of a record/row): {“fields”: {“Some Timestamp”: “2020-03-05 04:00”} } How is this interpreted by Airtable? I want it to be interpreted as: “2020-03-05 04:00 PM UTC”...
I have a table/sheet that has a field that links to records in another table (parent/child). When I use the REST API and do a HTTP GET (url, params, headers), and look at the response, the only thing I see in the field with the link is the AT record ...
How do I use the REST API to delete ten records at a time using axios? I can successfully delete one record at a time, but due to the API design, I am having a problem constructing the URL to delete ten at a time. Here is what works with one record ...
If I have a field customized to this type: 1. Date 2. Time component 3. 12 hr and I use the key/value pair in my JSON/POST, what do I send there to get this to work? I have this working if I send a string in the correct format, but as soon as I incl...
I changed a column in Airtable from text to a checkbox (I am filling in with TRUE/FALSE (all caps)). Now I get this when I try to insert: data: { error: { type: 'INVALID_VALUE_FOR_COLUMN', message: 'Field "Active" cannot accept the ...