# How to send multiple data to Google Sheet?

**URL:** https://community.thunkable.com/t/how-to-send-multiple-data-to-google-sheet/2560468
**Category:** Questions about Thunkable X
**Created:** [August 24, 2023, 4:35pm UTC](https://community.thunkable.com/t/how-to-send-multiple-data-to-google-sheet/2560468 "2023-08-24T16:35:55Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![drmina2007er0sjg](https://avatars.discourse-cdn.com/v4/letter/d/5daacb/32.png) [@drmina2007er0sjg](https://community.thunkable.com/u/drmina2007er0sjg)
#### Post date: [August 24, 2023, 4:35pm UTC](https://community.thunkable.com/t/how-to-send-multiple-data-to-google-sheet/2560468/1 "2023-08-24T16:35:55Z")

</div>

I’m a complete beginner in thunkable , I have an idea of an app that let hundreds of users send data to the same google sheet ,  
And My question is how many users can send data to that sheet before the app or the sheet crashes or stop responding .  
Any help ?

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [August 24, 2023, 5:46pm UTC](https://community.thunkable.com/t/how-to-send-multiple-data-to-google-sheet/2560468/2 "2023-08-24T17:46:58Z")

</div>

Welcome to Thunkable!

I would encourage you to name your topics with a short summary of the question (something like “How to send multiple data to Google Sheet”).

Everyone who posts a new topic wants help or wants to share information. So it’s really not necessary to include “please help me” in your topic title. I believe you can still edit your topic title.

I’m not sure what the limit is but if you attempt that, you will find that it will fail. Even if Google Sheets _can_ support hundreds of requests simultaneously, the results will likely be unpredictable because you can’t know how the timing of those requests will work.

I would recommend using Firebase for that since you can target a single path/directory for each user based on their UserId when they sign in.

---

<div class="post-metadata">

### Author: ![drmina2007er0sjg](https://avatars.discourse-cdn.com/v4/letter/d/5daacb/32.png) [@drmina2007er0sjg](https://community.thunkable.com/u/drmina2007er0sjg)
#### Post date: [August 25, 2023, 8:57am UTC](https://community.thunkable.com/t/how-to-send-multiple-data-to-google-sheet/2560468/3 "2023-08-25T08:57:15Z")

</div>

Thanks Tatiang, I’ve already made a new summary.

Also, if the problem with google sheets is only the timing but all the records will be saved on this single sheet that would be ok for me. as I need the records only.  
Also, It would be great help to me in case you give me a sample project including firebase as a tutorial.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [August 25, 2023, 5:12pm UTC](https://community.thunkable.com/t/how-to-send-multiple-data-to-google-sheet/2560468/4 "2023-08-25T17:12:48Z")

</div>

I don’t have a sample project that would be very helpful.

You can see some examples of it here, though: [Create and Save Data in Firebase](https://community.thunkable.com/t/create-and-save-data-in-firebase/2222431)

This community desperately needs better Firebase documentation and tutorials. I hope the staff will make that a priority.

The tricky thing about multiple editors in Google Sheets is that things like creating or deleting rows can affect other values such as the “number of rows” block. So it may work for you depending on what your needs are.

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [August 25, 2023, 5:20pm UTC](https://community.thunkable.com/t/how-to-send-multiple-data-to-google-sheet/2560468/5 "2023-08-25T17:20:46Z")

</div>

@tatiang Firebase is on our minds for a docs overhaul. I am not guaranteeing a change any time very soon but this is good feedback.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [November 23, 2023, 5:21pm UTC](https://community.thunkable.com/t/how-to-send-multiple-data-to-google-sheet/2560468/6 "2023-11-23T17:21:07Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
