Help
Development & APIs
Share, ask questions, and learn more about the backend of your Airtable applications.
cancel
Showing results for 
Search instead for 
Did you mean: 

Development & APIs Activity

Passwordless Login

I've been using passwordless login through the Wized v2 beta, and today the magic links stopped getting emailed. The requests are successful (New users still created in Airtable, status code 200 etc), but no email. Is this a known issue at the moment...

  • 12 Views
  • 0 replies
  • 0 kudos

"Data" vs "Interface"

HelloAssessing airtable for some internal operations work that has some custom process flows, part of which sometimes require filling data to move to the next step in the flow.We're looking at both the "data" option and the "interface" option.The "Da...

  • 26 Views
  • 2 replies
  • 0 kudos

Authentication for Personal Access Tokens not working?

When I make an API call using a Personal Access Token I have set up, it returns Error 401 Authentication Required - but if I change out the PAT to use the API Key, it works just fine.Am I not able to use PAT's whilst I have a API Key enabled?

  • 68 Views
  • 12 replies
  • 0 kudos

How to switch account for OAuth integration?

I have implemented OAuth integration with Airtable.However, if the users want to switch another account, they cannot do that because browser stored last login session. Are there any way to get rid of it ?

  • 23 Views
  • 0 replies
  • 0 kudos

Get data from an external source using webhook

Hello everyone! I use an external software to manage payments and such. When a certain action is made in that software I want to send a webhook to Airtable with the purpose of creating a new Record with information about the change in the payment sof...

  • 39 Views
  • 1 replies
  • 0 kudos

Signature Block

I would like to add a signature block to a inspection form. I am a small company(2) and I do not want to spend 1200 yr for 1 mini extension.

  • 50 Views
  • 1 replies
  • 1 kudos

Error Installing Airtable CLI

Struggling to install the blocks CLI. Getting the following error. 4757 error code 1 4758 error path /opt/homebrew/lib/node_modules/@airtable/blocks-cli/node_modules/@sentry/cli 4759 error command failed 4760 error command sh -c node scripts/install....

  • 9 Views
  • 1 replies
  • 0 kudos

Tagging

Is there a way to have a list of employees on a Base as 'users' (the tagging option) without paying for their seats? None of them will be collaborators or have access to the Base or Workspace, it is just a feature that I find very useful. I selected ...

  • 64 Views
  • 2 replies
  • 0 kudos

Value not found in options in parameter

I want to Create Record by API and one field "Multiple choice" throw error.I want to add "Other" value and I get "Value not found in options in parameter"And when I try add this option I get error, even if it's one of valid option In other cases like...

rafaldo_0-1679149343388.png rafaldo_1-1679149376606.png
  • 40 Views
  • 0 replies
  • 0 kudos

Resolved! Lookup Rate From Table

Hi,I need to lookup a value from shipping rate tables based on the weight value from another table.I have two tables I need to look up data from, an example of one is below, The other is the same structure but different data.This is my source table c...

  • 77 Views
  • 2 replies
  • 0 kudos

Full text search API?

We are assessing AirTable for our Website and it works great. The last thing is a full text search.The only way I've found is to list all the records with a filter such as:filterByFormula=OR(FIND("search phrase", Field1), FIND("search phrase", Field2...

  • 50 Views
  • 0 replies
  • 0 kudos

Error: Configuration does not exist?

I have created an app using Wized that allows a user to type the name of a city into a web form and get back the current weather conditions for that city.  I've saved the various weather icons into an Airtable base.  My Wized app uses an API call to ...

  • 70 Views
  • 0 replies
  • 0 kudos

Workaround for base sync limit

Hi, I am trying to find a workaround to Airtable's limit of 20 syncs coming into one base at a time. I have two bases, and I would like around 30 tables from the first base to sync with the second base. Can anyone recommend the best approach, in ligh...

  • 82 Views
  • 1 replies
  • 0 kudos

What is Airtable's log out URL?

My app is using OAuth integration to authorize access to Airtable. However, if users want to switch account, they need to log out first. Are there any log out URL ? I cannot find it in Airtable. 

  • 65 Views
  • 2 replies
  • 0 kudos

How to export data using appscripts (google sheets) to airtable field type "link to another record"

function blabla(){  // Replace the placeholders below with your own API keys and table information  var airtableApiKey = '-';  var airtableBaseId = '-';  var airtableTableName = '';    // Get the active sheet and the range of cells containing your da...

  • 77 Views
  • 0 replies
  • 0 kudos
Airtable Community Guidelines
Looking for tips before asking a question? Make sure to review our Airtable Community Guidelines for best practices.