[Sovled] App keeps restarting after submitting to airtable?

Hi,

I’m testing airtable for an app following this tutorial

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:

Project at:
https://x.thunkable.com/copy/0bf3f7672a3fbf192ba539e5b7759af6

Hi, @terryneedsleep! :wave:

It happens to me a lot times :sweat_smile:

Anyways, try checking the following -

  • The Airtable column names and your objectNames ( image ) 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.

:arrow_right: The Airtable columnName & objectName must be very very similar ( CaSe SeNsItIvE )


Hope I helped you! :smile:

Thanks! :blush:

1 Like

This is the field, seems like the same

every column needs to be filled?

1 Like

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

1 Like

Hi, @terryneedsleep! :wave:


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

Glad I helped you! :wink:

Thanks a lot! :blush:

No; these also are CaSe SeNsItIvE.

yep thanks!

1 Like