⚠️ This lesson is retired and might contain outdated information.

Set Up a New Airtable Base with a Feedback Table

Obinna Ekwuno
InstructorObinna Ekwuno
Share this video with your friends

Social Share Links

Send Tweet
Published 3 years ago
Updated 2 years ago

Learn how to create a new Airtable base with a table ready to use in your apps through the API.

at Airtable.com, create a new base project. Once you've created the project you can name it and customize its appearance to differentiate it from your other bases.

Then, you need to name your table. This is important since you will be working through the API and need to be able to differentiate your tables from one another. Finally, name columns and set their types to whatever you need for your app.

Instructor: [0:01] First, head over to airtable.com and add a base project. You can name this base project form-submissions. You can also add the color for the appearance or use icons to differentiate your different projects. You can rename the table. In this case, we want our table to be unique, so we'll call it feedback-table.

[0:36] You want to take note of the table name because you're going to use it to populate a particular table. Different tables can have different names, so the API would know what table you are pointing towards. To get more information about using this table and populating it, we'll head over to airtable.com/api. Here, you can access all the information you need to send and receive inputs from your Airtable.

[1:05] You can see that the two Airtables can have the same name but are identified separately by the base ID. Table name and API key are used to identify POST and GET data from your Airtable. You can share API key by clicking Show API Key.

[1:26] To set up a new table, our form will require custom fields. The first field we want to set is the first-name. You can set the type of field. In this case, we want it to be a single-line text. We'll also go for that to set up the last-name to be a single-line text, the email to be of type email, because these are the parameters we already have in our form.

[2:02] We can go ahead and set other parameters, like the phone-number, the subject-tag, and the message-tag. This information will be populated by our form.

egghead
egghead
~ 38 minutes ago

Member comments are a way for members to communicate, interact, and ask questions about a lesson.

The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io

Be on-Topic

Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.

Avoid meta-discussion

  • This was great!
  • This was horrible!
  • I didn't like this because it didn't match my skill level.
  • +1 It will likely be deleted as spam.

Code Problems?

Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context

Details and Context

Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!

Markdown supported.
Become a member to join the discussionEnroll Today