Help
James_Hillegas1
4 - Data Explorer
4 - Data Explorer
since ‎Jun 24, 2020
‎Nov 29, 2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

We are using airtable as a database for some of our raw materials. However, when we receive a raw material order we have to fill out this PDF document for compliance with regulations. I can add the form to a record as an attachment, but the form is n...
Inside of my Airtable base I have two fields that log the timestamp when certain fields are updated like this: From there I take the two timestamp fields and calculate the difference, the calculations reveals the time different for a product to move...
I am using the Airtable Python API With the following code I get a successful response, minus the API key I removed. *from airtable import Airtable* import os* table_name = ‘PeachTree 903’;* base_key = ‘app9F0yiPo2kvFBsA’;* api_key = ‘’;* airta...