# Create Airtable Bases Immediately

**URL:** https://community.make.com/t/create-airtable-bases-immediately/43292
**Category:** Community Archive
**Tags:** api, arrays, webhooks, airtable
**Created:** [June 25, 2024, 2:30pm UTC](https://community.make.com/t/create-airtable-bases-immediately/43292 "2024-06-25T14:30:35Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![karimzynera](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/karimzynera/32/38543_2.png) [@karimzynera](https://community.make.com/u/karimzynera)
#### Post date: [June 25, 2024, 2:30pm UTC](https://community.make.com/t/create-airtable-bases-immediately/43292/1 "2024-06-25T14:30:35Z")

</div>

Ever needed to create Airtable bases on a frequent base that include many fields and tables?

The question I asked myself is, how can I simplify the annoying part of creating each field and especially if you need to link it to something or include a field in a formula but it hasn’t been created yet. So I came up with the following solution.

This scenario allowed to immediately create them upon pressing a button.  
All we need is:

- Admin base, that contains the base name, tables and fields
- Assign each table the fields to feature and assign each field the correct field type

![Admin Airtable Base - Zynera](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/a/c/ac42e8bbd92e65eca05cc9a50048f735eabb835b.png)

- Define workspace destination of the newly created base
- Trigger Make scenario from webhook through an Airtable button
- Voila, your prebuilt base!

You even can log all built bases in the “Bases” table and keep track of which was created when and also include the URL to open the base immediately

And this is what the main scenario looks like, hope it helps you!

 ![Create Airtable Base Make Scenario - Zynera](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/0/9/095111a93c0ee4be8400fcbaebbff3cb637f843d.png)

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [June 26, 2024, 2:11am UTC](https://community.make.com/t/create-airtable-bases-immediately/43292/2 "2024-06-26T02:11:17Z")

</div>

From my observation, you are using two search modules, so does this mean you are cloning an existing base data into a new base, instead of creating from scratch?

What if you wanted to create a new base without data?

[samliew](https://samliew.com/services) – [request private consultation](https://samliew.com/request-quote?ServiceType=Automation%20Consultation&Referrer=Make)

> ### Join the [Make Fans](https://samliew.com/make-discord-invite) Discord server to [chat](https://samliew.com/make-discord-invite) with other makers!

---

<div class="post-metadata">

### Author: ![karimzynera](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/karimzynera/32/38543_2.png) [@karimzynera](https://community.make.com/u/karimzynera)
#### Post date: [June 26, 2024, 11:16am UTC](https://community.make.com/t/create-airtable-bases-immediately/43292/3 "2024-06-26T11:16:09Z")

</div>

No there must be a misunderstanding, first search module is to get the to be created tables and the second module is to get the to be created fields in the corresponding table

this is about creating fields not new records hence the tables are always empty

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [November 20, 2025, 9:41am UTC](https://community.make.com/t/create-airtable-bases-immediately/43292/4 "2025-11-20T09:41:38Z")

</div>



---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [November 20, 2025, 9:41am UTC](https://community.make.com/t/create-airtable-bases-immediately/43292/5 "2025-11-20T09:41:40Z")

</div>


