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

Air table & Wordpress integration for dynamic URL

hello guysI  have outdoor laser tag business , I’m running airtable about 5 months after every client booking birthday . I need login to other service enter the details: name kids , ages , address , city , and created birthday invitation. it’s looks ...

  • 51 Views
  • 0 replies
  • 0 kudos

Embedding Airtable Form via Iframe and Security

HiI'm looking to embed the an airtable form into my site but I noticed that unless we set the COEP header to be unsafe-none rather than credentialless.  Are we not able to set the iframe as credentialless for added security?Thanks!

  • 215 Views
  • 1 replies
  • 0 kudos

Problem when using scripting to add records

There are 131 fields in my table. After retrieving 2000 records and making them synchronize their fields, i only receive success for 300 records when using scripting to import them to my Airtable table. Why is this? 

normalGuy_0-1712938107640.png
  • 169 Views
  • 4 replies
  • 0 kudos

Consult for image url in create record API

Hi, I'm using Create Record API, my requirement is sending a image to a field in table. But the API requires to send an image URL instead. Would anyone know if there is a hosting service that can return the image URL while ensure the image uploaded i...

  • 125 Views
  • 2 replies
  • 0 kudos

Resolved! How can i console.log a filtered record?

 const table1 = base.getTable("Table 1") const view = table1.getView("Grid view"); const record_view = await table1.selectRecordsAsync({fields: ["Name"]}) const record_filtered = record_view.records.filter(record => record.name === "Test 1") I'm j...

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