# Spreadsheets connected to FREE databases (airtable is not free)

**URL:** https://community.thunkable.com/t/spreadsheets-connected-to-free-databases-airtable-is-not-free/69132
**Category:** Questions about Thunkable X
**Created:** [February 16, 2019, 9:37am UTC](https://community.thunkable.com/t/spreadsheets-connected-to-free-databases-airtable-is-not-free/69132 "2019-02-16T09:37:15Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![lff](https://avatars.discourse-cdn.com/v4/letter/l/e495f1/32.png) [@lff](https://community.thunkable.com/u/lff)
#### Post date: [February 16, 2019, 9:37am UTC](https://community.thunkable.com/t/spreadsheets-connected-to-free-databases-airtable-is-not-free/69132/1 "2019-02-16T09:37:15Z")

</div>

Hi,  
I’m helping a group of girls that are coding an app for the Technovation challenge competition. We need a database to store not more than 100 entries with 8 columns (each database record may have 8 fields or more). We need to make queries to the database by one, two or three fields and retrieve the results to show in our app. It seems that the best options is Airtable spreadsheets, but I was upset when I check that is only free for a couple of weeks.  
My questions are:

1. Do you know if I can free get access to Airtable for six months, during the Technovation challenge competition?
2. Do you know if I can connect the spreadsheet component of thunkable to a spreadsheet stored for example in google drive?
3. Do you know a FREE alternative to add a database to thunkable x?  
The girls that are coding the app are 12-14 years old, so they are not experts in databases.
4. What do you recommend?  
Thank you so much!

---

<div class="post-metadata">

### Author: ![cttricks](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/cttricks/32/93678_2.png) [@cttricks](https://community.thunkable.com/u/cttricks)
#### Post date: [February 16, 2019, 9:53am UTC](https://community.thunkable.com/t/spreadsheets-connected-to-free-databases-airtable-is-not-free/69132/2 "2019-02-16T09:53:15Z")

</div>

> [@lff](#):
>
> 1. Do you know if I can connect the spreadsheet component of thunkable to a spreadsheet stored for example in google drive?
> 2. Do you know a FREE alternative to add a database to thunkable x?

[http://community.thunkable.com/t/send-upload-data-to-google-sheets-using-script/68466?u=cttricks](http://community.thunkable.com/t/send-upload-data-to-google-sheets-using-script/68466)

[http://community.thunkable.com/t/solved-store-users-data-to-spreadsheet-without-using-cloudstitch-airteble-or-any-other-api/45276?u=cttricks](http://community.thunkable.com/t/solved-store-users-data-to-spreadsheet-without-using-cloudstitch-airteble-or-any-other-api/45276)

◎ Ct\_tricks

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [February 16, 2019, 9:54am UTC](https://community.thunkable.com/t/spreadsheets-connected-to-free-databases-airtable-is-not-free/69132/3 "2019-02-16T09:54:32Z")

</div>

Hi @lff, welcome to the community.

Airtable has a “free forever” tier. When you signed up you may have opted into one of the paid plans inadvertently:

> **[Airtable Pricing | Compare Plans, Features & Costs](https://airtable.com/pricing)**
>
> Learn about Airtable's flexible pricing options, from free to enterprise. Browse special plans for nonprofit and education organizations!

Also, if you want offline access to your data, or don’t require and of the computing power that Airtable offers, then the [LocalDB](https://docs.thunkable.com/thunkable-cross-platform/create/components/data/local-db) is a good choice too.

We’ve been publishing more and more tutorials about a this component recently:

[http://community.thunkable.com/t/search-filter-localdb/68902?u=domhnall](http://community.thunkable.com/t/search-filter-localdb/68902)

[http://community.thunkable.com/t/performing-a-vlookup-in-localdb/66057?u=domhnall](http://community.thunkable.com/t/performing-a-vlookup-in-localdb/66057)

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [February 16, 2019, 9:55am UTC](https://community.thunkable.com/t/spreadsheets-connected-to-free-databases-airtable-is-not-free/69132/4 "2019-02-16T09:55:19Z")

</div>

@cttricks, please note this is a question about Thunkable X.

---

<div class="post-metadata">

### Author: ![lff](https://avatars.discourse-cdn.com/v4/letter/l/e495f1/32.png) [@lff](https://community.thunkable.com/u/lff)
#### Post date: [February 17, 2019, 1:55pm UTC](https://community.thunkable.com/t/spreadsheets-connected-to-free-databases-airtable-is-not-free/69132/5 "2019-02-17T13:55:21Z")

</div>

Yes, it seems I had chosen the pro plan trial. I hope that after 13 days my plan will change to free plan.  
Other question, is it possible to store an image in the spreadsheet of airtable? I want to store information about movies, including an image (.gif, .jpg, …). If not, is it possible to connect the airtable database with the media db?  
Thank you !!

---

<div class="post-metadata">

### Author: ![jacob1](https://avatars.discourse-cdn.com/v4/letter/j/a87d85/32.png) [@jacob1](https://community.thunkable.com/u/jacob1)
#### Post date: [February 18, 2019, 8:47am UTC](https://community.thunkable.com/t/spreadsheets-connected-to-free-databases-airtable-is-not-free/69132/6 "2019-02-18T08:47:09Z")

</div>

Hi Iff,

It is possible to upload your image to cloudinary through the media db and then take the mediaURL output of that component and store it in Airtable - that way when you want to retrieve it, you can see it in your app

---

<div class="post-metadata">

### Author: ![Lanre\_Josh](https://avatars.discourse-cdn.com/v4/letter/l/5f9b8f/32.png) [@Lanre\_Josh](https://community.thunkable.com/u/Lanre_Josh)
#### Post date: [February 19, 2019, 1:33am UTC](https://community.thunkable.com/t/spreadsheets-connected-to-free-databases-airtable-is-not-free/69132/7 "2019-02-19T01:33:13Z")

</div>

Hi, I just made a break through in storing my data on my SD card and i can access it easily on my device using my pdf reader, but i just have a challenge on how to make them fall on different columns.If you see the screen shot sent, you would notice were my file is saved( **/classfile,xls** ).

 ![blocks%20(4)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/7/376d1826c8db0b1684fb034909c9b280f7950f83.png)  
 ![com](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/5/e568c6c1e6d9b4627278a503180ae22d6ce1dc6f.png)

---

<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:16pm UTC](https://community.thunkable.com/t/spreadsheets-connected-to-free-databases-airtable-is-not-free/69132/8 "2024-11-08T12:16:13Z")

</div>


