# Can't create row in airtable

**URL:** https://community.thunkable.com/t/cant-create-row-in-airtable/1129746
**Category:** Questions about Thunkable X
**Tags:** beginner, problems
**Created:** [February 27, 2021, 1:14pm UTC](https://community.thunkable.com/t/cant-create-row-in-airtable/1129746 "2021-02-27T13:14:27Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![nervermer03trqx](https://avatars.discourse-cdn.com/v4/letter/n/f475e1/32.png) [@nervermer03trqx](https://community.thunkable.com/u/nervermer03trqx)
#### Post date: [February 27, 2021, 1:14pm UTC](https://community.thunkable.com/t/cant-create-row-in-airtable/1129746/1 "2021-02-27T13:14:27Z")

</div>

i can’t cretae row in airtable and this my code i create and sure i fill apikey base id and tablename , can everyone tell me what wrong ?

 ![Capture 3](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/8/08a97a73c8add191a384ae30c44c27db7d35bc2b.png) ![Capture](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/2/d23f3e7e4ca5c44ea835dfe3306c05f725cad151.png) ![Capture1](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/c/ec64ace7cdb76223500fc409e37f893c7ca26dc4.png)

---

<div class="post-metadata">

### Author: ![bader\_mouti](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bader_mouti/32/98887_2.png) [@bader\_mouti](https://community.thunkable.com/u/bader_mouti)
#### Post date: [February 27, 2021, 1:38pm UTC](https://community.thunkable.com/t/cant-create-row-in-airtable/1129746/2 "2021-02-27T13:38:30Z")

</div>

hi  
the block CreateRow in your blocks is wrong

 ![d23f3e7e4ca5c44ea835dfe3306c05f725cad151](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/a/ca70d1780d70d621a992f9013507d72dafae1b0f.png)

you have to create your table first like this

 ![Screen Shot 2021-02-27 at 3.32.20 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/3/039320caf392d7a0bc20901fa5086782ad360c09.png)

and thin add the block like this in your blocks

 ![Screen Shot 2021-02-27 at 3.36.50 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/1/21d7e1fcc67ba1d0675568f0731af274994d8123.png)

and will be better for you if you will use the firebase to save your Users data

---

<div class="post-metadata">

### Author: ![nervermer03trqx](https://avatars.discourse-cdn.com/v4/letter/n/f475e1/32.png) [@nervermer03trqx](https://community.thunkable.com/u/nervermer03trqx)
#### Post date: [February 27, 2021, 2:06pm UTC](https://community.thunkable.com/t/cant-create-row-in-airtable/1129746/3 "2021-02-27T14:06:57Z")

</div>

thank you for your helpful,what i can find this create row in block?

---

<div class="post-metadata">

### Author: ![bader\_mouti](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bader_mouti/32/98887_2.png) [@bader\_mouti](https://community.thunkable.com/u/bader_mouti)
#### Post date: [February 27, 2021, 2:17pm UTC](https://community.thunkable.com/t/cant-create-row-in-airtable/1129746/4 "2021-02-27T14:17:31Z")

</div>

you dont need to fill apikey base id and tablename

First create you table in airtable  
2- add your table to Data Sources like this

 ![Screen Shot 2021-02-27 at 4.09.49 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/4/d4a49755d6c2ce66c37a2bbd3cc6992c2727f1e5.png)

3 - from your bolcks page click Data Sources and chose CreateRow block  
4- from CreateRow block select your table like this

 ![Screen Shot 2021-02-27 at 4.12.52 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/4/34af438cd8ee59239655826e0023c6e02ca8eb96.png)

---

<div class="post-metadata">

### Author: ![nervermer03trqx](https://avatars.discourse-cdn.com/v4/letter/n/f475e1/32.png) [@nervermer03trqx](https://community.thunkable.com/u/nervermer03trqx)
#### Post date: [February 27, 2021, 2:41pm UTC](https://community.thunkable.com/t/cant-create-row-in-airtable/1129746/5 "2021-02-27T14:41:12Z")

</div>

ok thank you

---

<div class="post-metadata">

### Author: ![bader\_mouti](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bader_mouti/32/98887_2.png) [@bader\_mouti](https://community.thunkable.com/u/bader_mouti)
#### Post date: [February 27, 2021, 2:55pm UTC](https://community.thunkable.com/t/cant-create-row-in-airtable/1129746/6 "2021-02-27T14:55:34Z")

</div>

you welcome

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:29pm UTC](https://community.thunkable.com/t/cant-create-row-in-airtable/1129746/7 "2024-11-08T13:29:11Z")

</div>


