How to send data to a google sheet with MIT app inventor [ Google Sheet Database ]

preview_player
Показать описание
In this video, we will learn how to send data from the MIT app inventor app to google sheet using the app script.
...........................................................CODE............................................................................
function doGet(e) {

addUser(e,sheet);
}

function doPost(e) {

addUser(e,sheet);
}

function addUser(e,sheet) {

}

.........................................................END............................................................................
....................................................................................................
Follow Us On Social Media For More Updates -:

........................................................................................................

use google spreadsheet as database android
mit app inventor save data
google sheets
google sheets app
google sheets 2018
google sheets link
code mit app inventor
send data to google spreadsheet from android
app inventor web component
app inventor examples
taifun flashlight extension download
admob extension for kodular
app inventor tutorials
use google spreadsheet as database android app inventor game the coding bus thunkable firebase database thunkable thunkable tutorial #TheCodingBus
#TCB #unitedstates #us
Рекомендации по теме
Комментарии
Автор

Plz make video on creating dictionary app using spreadsheet

kaubrutv
Автор

hlo i work with same steps that you are mentioned but the data is not updated in the google sheet

shaikaruna
Автор

Hi,
How to do so if i want to add one more row i.e. name, location and age?

namansharma
Автор

Please. Make a video . How to make a Barcode Scaner. App. Video

kabirnehra
Автор

HI GREAT JOB!How can i take data from from app inventor multiple screens and have them in the same row? Thank you!

dimitrispanagiotou
Автор

I press submit and nothing happens. No data appears in my spreadsheet. I have two-step authentication on my gmail, could that interfere?

SoulCast
Автор

After the data gets saved can we use it again. ...
For example I will do an app for sign in and sign up after singing in, the data will be saved in the sheet. using the same data will it read and sign us in ??

Human-bxod
Автор

In the video you showed only how to send data but how can we read data from Google Api sheet in mit app inventor

abhinav
Автор

How can i send entry date also with this data to google sheet. i tried call clock but not working

rakeshbond
Автор

When I am running script it shows error in line number 20
Please help me
Showing error message
"Cannot read property'parameter' of underlined (line20, file"code")

ritikgoplani
Автор

Is it possible to read the data from google sheets and display it on mit app?

siege
Автор

hy and reverse ? How to reciever data from a google sheet in MIT app inventor [ Google Sheet Database ]

Targajens
Автор

Dear, It is worked, and for those who asked about the updated in the code, I did something and it works correctly,
if you want to add another var or change the variables that mentioned in the original code, you must do these steps:
1- delete the app script.
2- create new one.
3- edit the code in a note file or in word file with your var.
4- copy the new code and complete it as shown in the video.

mahdisaleh.learning
Автор

Didn't work! I'm trying from 3days

thefinancemindsets
Автор

Sir please make a app for father's day for father

induarora
Автор

Hi, thanks for this great video. Can you help me further on how to combine data inserts by users from multiple screen into the same google sheet? For example, data insert by the same user will appears in the same row in the sheet but actually those data of different column comes from different screen of the app.

kuaytenghei
Автор

And congratulations for 5k Subscribers 😁👌👌👍👍🍬🍫🍭🍰🎂

Human-bxod
Автор

em vez de texto queria salvar fotos, como faz?

GuttHacker
Автор

Thanks for the tutorial. It worked perfectly but when I type Russian characters in my form it doesn't show up on the sheet. Can you tell me what is the problem?

STaSMn
Автор

Good work i love it. How can i reset the form from the app after the user has click on send or submiy button and display successfully message, thank you

olawale