# \[Sovled\] App keeps restarting after submitting to airtable?

**URL:** https://community.thunkable.com/t/sovled-app-keeps-restarting-after-submitting-to-airtable/248017
**Category:** Questions about Thunkable X
**Tags:** solved
**Created:** [September 28, 2019, 12:36am UTC](https://community.thunkable.com/t/sovled-app-keeps-restarting-after-submitting-to-airtable/248017 "2019-09-28T00:36:03Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![terryneedsleep](https://avatars.discourse-cdn.com/v4/letter/t/5f8ce5/32.png) [@terryneedsleep](https://community.thunkable.com/u/terryneedsleep)
#### Post date: [September 28, 2019, 12:36am UTC](https://community.thunkable.com/t/sovled-app-keeps-restarting-after-submitting-to-airtable/248017/1 "2019-09-28T00:36:03Z")

</div>

Hi,

I’m testing airtable for an app following this tutorial

[![](https://img.youtube.com/vi/2fVRne8drfQ/maxresdefault.jpg "Build a Survey App - Connect to an Airtable Database [Snap to Place]") ](https://www.youtube.com/watch?v=2fVRne8drfQ)

The purpose is for users to submit their name and contact details and the data will be filled on airtable. However at after submitting the user details, the app just restarts, this happened to both Thunkable live and downloaded .apk. What is wrong?

Blocks here:  
 ![](https://i.imgur.com/qvwREUu.png)

Project at:  
[https://x.thunkable.com/copy/0bf3f7672a3fbf192ba539e5b7759af6](https://x.thunkable.com/copy/0bf3f7672a3fbf192ba539e5b7759af6)

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [September 28, 2019, 3:33am UTC](https://community.thunkable.com/t/sovled-app-keeps-restarting-after-submitting-to-airtable/248017/2 "2019-09-28T03:33:16Z")

</div>

Hi, @terryneedsleep! 👋

> [@terryneedsleep](#):
>
> the app just restarts, this happened to both Thunkable live and downloaded .apk.

It happens to me a lot times 😅

Anyways, try checking the following -

- The Airtable **`column names`** and your **`objectNames`** ( ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/5/7580b25f999693094b8b955b73f0450fbd5d698d.png) ) are same.
- Check if any Column is left adding in the object -  
_Like you have a `column` named **`phone no.`** and you have not added it in the object._
- The **`API Key`** , **`BaseID`** & **`TableName`** are all correct.

* * *

> **`Note:`** If you have a column **First Name** in Airtable, and you have written **First name** in the object, this could be the main and the only issue.

➡ The Airtable **`columnName`** & **`objectName`** must be very very similar ( **CaSe SeNsItIvE** )

* * *

Hope I helped you! 😄

**Thanks! 😊**

---

<div class="post-metadata">

### Author: ![terryneedsleep](https://avatars.discourse-cdn.com/v4/letter/t/5f8ce5/32.png) [@terryneedsleep](https://community.thunkable.com/u/terryneedsleep)
#### Post date: [September 28, 2019, 7:01am UTC](https://community.thunkable.com/t/sovled-app-keeps-restarting-after-submitting-to-airtable/248017/3 "2019-09-28T07:01:49Z")

</div>

> [@kartik14](#):
>
> The Airtable **`column names`** and your **`objectNames`** ( ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/5/7580b25f999693094b8b955b73f0450fbd5d698d.png) ) are same.

This is the field, seems like the same  
[![](https://i.imgur.com/1D1g1Vg.png) ](https://i.imgur.com/1D1g1Vg.png)

> [@kartik14](#):
>
> Check if any Column is left adding in the object -  
> _Like you have a `column` named **`phone no.`** and you have not added it in the object._

every column needs to be filled?

---

<div class="post-metadata">

### Author: ![terryneedsleep](https://avatars.discourse-cdn.com/v4/letter/t/5f8ce5/32.png) [@terryneedsleep](https://community.thunkable.com/u/terryneedsleep)
#### Post date: [September 28, 2019, 7:27am UTC](https://community.thunkable.com/t/sovled-app-keeps-restarting-after-submitting-to-airtable/248017/4 "2019-09-28T07:27:59Z")

</div>

Ok, seems like the column field are case sensitive where table views are not

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [September 28, 2019, 7:30am UTC](https://community.thunkable.com/t/sovled-app-keeps-restarting-after-submitting-to-airtable/248017/5 "2019-09-28T07:30:36Z")

</div>

Hi, @terryneedsleep! 👋

* * *

In this, change the **`Email & Phone Number`** column’s column type to _ **`Single line text`** _

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/5/d52315e3b4a5051b478b4891c0ec74b048733c75.png)

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [September 28, 2019, 7:31am UTC](https://community.thunkable.com/t/sovled-app-keeps-restarting-after-submitting-to-airtable/248017/6 "2019-09-28T07:31:37Z")

</div>

Glad I helped you! 😉

# Thanks a lot! 😊

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [September 28, 2019, 7:32am UTC](https://community.thunkable.com/t/sovled-app-keeps-restarting-after-submitting-to-airtable/248017/7 "2019-09-28T07:32:32Z")

</div>

> [@terryneedsleep](#):
>
> where table views are not

No; these also are **CaSe SeNsItIvE.**

---

<div class="post-metadata">

### Author: ![terryneedsleep](https://avatars.discourse-cdn.com/v4/letter/t/5f8ce5/32.png) [@terryneedsleep](https://community.thunkable.com/u/terryneedsleep)
#### Post date: [September 28, 2019, 7:38am UTC](https://community.thunkable.com/t/sovled-app-keeps-restarting-after-submitting-to-airtable/248017/8 "2019-09-28T07:38:45Z")

</div>

yep thanks!

---

<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, 12:08pm UTC](https://community.thunkable.com/t/sovled-app-keeps-restarting-after-submitting-to-airtable/248017/9 "2024-11-08T12:08:51Z")

</div>


