How to send data to a google sheet with MIT app inventor [ Easy Way ]

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 97

  • @gaellemoulec5134
    @gaellemoulec5134 2 года назад +1

    Thanks a lot , I have succed to save in google sheets all gps coordinates when I drive to indicate all the bridge in the road

  • @sadikyildiz6582
    @sadikyildiz6582 Год назад +1

    Thank you. It is very nice. What I want to ask is, we are uploading data, what should we do if we want to withdraw data?

  • @Jeevaji14
    @Jeevaji14 Месяц назад

    It's Very smart way to achieve this, I like it

  • @VenkatachalamRavindran
    @VenkatachalamRavindran Год назад +1

    Wonderful video. It works very well

    • @TheCodingBus
      @TheCodingBus  11 месяцев назад

      That's fantastic news! I'm thrilled to hear that the video was helpful and that the instructions worked well for you. If you have any more questions or if there's anything else you'd like assistance with, feel free to reach out. Your success and positive feedback are greatly appreciated!

  • @allenchesterramones3466
    @allenchesterramones3466 3 месяца назад

    This channel is very helpful thank you so much codingbus

  • @tevers6812
    @tevers6812 Год назад

    Thank you so much. It works great!
    I have a little question: after sending the data, is it possible to automate 'closing the screen', give the user a 'thank you' message and then forward to another screen? I've tried, but it didn't work out.
    Thanks in advance.
    Kind regards,
    Mathijs

  • @maizzzzzy_
    @maizzzzzy_ Год назад +3

    it didn't work even though i tried many times😭😭😭

  • @DianaTan
    @DianaTan Год назад +1

    Thank you.

  • @bhanunagpure231
    @bhanunagpure231 2 года назад +1

    thank you madam, keep up the great work

  • @HenryYooRich
    @HenryYooRich 6 месяцев назад

    Thank you very much! Great help!

  • @__Vizion-_-
    @__Vizion-_- Год назад

    it worked😃hope i'll get a good grade

  • @-o-hiho
    @-o-hiho 6 месяцев назад +1

    Thank you so much!

  • @MJRoBot_MarceloRovai
    @MJRoBot_MarceloRovai Год назад +1

    Great tutorial! Thanks a lot!

  • @alirezasharifi90
    @alirezasharifi90 Год назад

    Great tutorial, that was so easy🙂but I have a qusetion, how can I read data from google sheet?
    for example, i want to use google sheets as a database for a login and register app
    I want to send username and password on signup screen, and recive that username and password
    Plz help me, thanks🙂

  • @janakachathuranga6039
    @janakachathuranga6039 Год назад

    how to send more data with more coloums to google sheet

  • @jimijimbow2830
    @jimijimbow2830 Год назад

    Why dont i see any publish menu in my apps script? And the script debug says that the parameter "e" is undefined.

  • @LauraNas-xc8iw
    @LauraNas-xc8iw Год назад

    What if I want to use multichoice?

  • @michaelfernandez3049
    @michaelfernandez3049 2 года назад +1

    nice video. thanks

  • @HendrikBez
    @HendrikBez Год назад

    Great video. But how does it work if I have to add a formula with my data to the google sheet

    • @TheCodingBus
      @TheCodingBus  4 месяца назад

      Glad you liked it! Stay tuned for more 😊

  • @jichellepardillo1626
    @jichellepardillo1626 Год назад

    Hi so I was just gonna asked I have like 2 users a client and a technician, how can i fetch my data from my excel to the technicians dashboard. Thanks

  • @adib3010
    @adib3010 Год назад

    May i ask, what if the data to be submit at Google Form is in form of image. Is there a way to add image to google form through MIT APP INVENTOR?

    • @TheCodingBus
      @TheCodingBus  Год назад

      Yes possible. For that u need to use base64 extension

  • @benitosclub
    @benitosclub 10 месяцев назад +1

    muchas gracias

  • @mayank2473
    @mayank2473 2 года назад +2

    Hoq to get data from spreadsheet to app

    • @TheCodingBus
      @TheCodingBus  2 года назад

      ruclips.net/video/nLKZR1L5JaA/видео.html

  • @PrasadNiroshan-r7t
    @PrasadNiroshan-r7t Год назад

    Great

  • @STARGAMERMJ
    @STARGAMERMJ 2 года назад +1

    Nice

  • @EveraldodasilvaMATH
    @EveraldodasilvaMATH Год назад

    Sensacional! Obrigado!

  • @doblejote
    @doblejote Год назад

    Que buen tutorial!!!! Gracias

  • @TechLoker
    @TechLoker 2 года назад +1

    Bro i want to make it a login page but I had a problem this login page is oping always i want to open Frist time

    • @TheCodingBus
      @TheCodingBus  2 года назад

      you have to use condition like
      whenever someone open the app then you have to set one flat like create one variable and set that value to 1 or something it means this form is already opened. now whenever someone open this app in same phone then u can check that condition or flag value is 0 or 1 to display ur login page.
      make sure store this value in tinydb not in globale db

  • @rahulchandwadkar8503
    @rahulchandwadkar8503 Год назад +1

    When i try to enter data it says url is not valid

  • @amrehab7894
    @amrehab7894 2 года назад

    Can I make an app that its output is different excel sheet
    I mean that I enter the data on the app and each submit I make store the data in new google sheet

    • @TheCodingBus
      @TheCodingBus  2 года назад

      Yes u can. for that you can to call different different google sheet

  • @gera_cl4219
    @gera_cl4219 2 года назад +1

    fine

  • @tomschuh6301
    @tomschuh6301 2 года назад

    I wanted to use this as a data logger, so I set up a timer to send the form data every 60000ms. This works fine with the screen on and the app active, but if the screen turns off or if the app is running in the background it will only send the form data for a few minutes then stop. Any idea how to keep it active while running in the background?

    • @TheCodingBus
      @TheCodingBus  2 года назад

      Yes.. to do this u have to use background running extension for app inventor
      that extension keep running ur app in background

  • @mauriciomenezes9962
    @mauriciomenezes9962 2 года назад

    E o delete?

  • @geboosnowsimba1258
    @geboosnowsimba1258 2 года назад

    haii. i want to add text box for reasons. i just copy paste the block and copy the link "&until=" but didnt show up after click the submit button. how must i do then? please help

    • @TheCodingBus
      @TheCodingBus  2 года назад

      Have u changed the view form text
      Please check the description let me know working or not

  • @nursyaffianadirah4997
    @nursyaffianadirah4997 2 года назад

    hai. can you make a new video MIT app that can go to whatsapp because in your old video, the extension logcall whatsapp didnt exist anymore. where can i find another extension? :(

  • @aaliri
    @aaliri 9 месяцев назад

    I did this but Google blocked my form... do you know why?

    • @TheCodingBus
      @TheCodingBus  Месяц назад

      really
      make sure don't collect policy against data

  • @tonuch1310
    @tonuch1310 2 года назад

    How to implement unity ads in mit app inventor

  • @ouiouinonnon3186
    @ouiouinonnon3186 2 года назад

    Hi! I've watched this tutorial over and over but after doing the changes in the link it always asks to login before filling the form. What am I doing wrong?

    • @TheCodingBus
      @TheCodingBus  2 года назад

      Hello
      Press the new blank form button:
      This opens the Forms settings box.
      Make sure that the “Require Sign in” option is unchecked:
      In Google forms, click the “Send” button and copy the short link to the form. ...
      Then see that the form works without Google sign in:

    • @FernandoFlores-rp4yl
      @FernandoFlores-rp4yl 2 года назад

      @@TheCodingBus Could you elaborate on this? I can't see the Required Sign-in option. Thanks.

  • @ahmedmoslem5842
    @ahmedmoslem5842 Год назад

    thanks

  • @anisamohdyusoffktn4198
    @anisamohdyusoffktn4198 Год назад

    i tried so many times it doesnt work. where did i go wrong

  • @deepusingla6882
    @deepusingla6882 7 месяцев назад

    me getting CORS error don't know why

  • @czargiffordvismanos1337
    @czargiffordvismanos1337 Год назад

    it does not work

  • @DonzDelongeJr
    @DonzDelongeJr 6 месяцев назад

    Why it didnt works ?

    • @DonzDelongeJr
      @DonzDelongeJr 6 месяцев назад

      when i use a app companioon on phone

    • @TheCodingBus
      @TheCodingBus  2 месяца назад

      some time app companion have issue try this new video ruclips.net/video/PE2Py0mqIfM/видео.html&pp=ygUmZ2V0IGdvb2dsZSBzaGVldCBkYXRhIG1pdCBhcHAgaW52ZW50b3I%3D

  • @adhirapratama5248
    @adhirapratama5248 2 года назад

    bro can you make a tutorial to make with 10 textbox?

    • @TheCodingBus
      @TheCodingBus  2 года назад

      okay...
      BTW it's simple just copy paste the textbox and repeat the code

    • @adhirapratama5248
      @adhirapratama5248 2 года назад +1

      @@TheCodingBus thats not working 😓

  • @kmhooibg7577
    @kmhooibg7577 Год назад

    I fail to do that :(

  • @kmhooibg7577
    @kmhooibg7577 Год назад

    Can you send me your project link

  • @ara7878
    @ara7878 2 года назад +1

    спасибо хорошее решение

  • @bobsonssauro
    @bobsonssauro 9 месяцев назад

    Problema de CORS.

    • @TheCodingBus
      @TheCodingBus  Месяц назад

      try this ruclips.net/video/vO3QYKMX6Mo/видео.html&pp=ygUoc2VuZCBtaXQgYXBwIGludmVudG8gZHRhIHRvIGdvb2dsZSBzaGVldA%3D%3D

  • @Behappyalways309
    @Behappyalways309 4 месяца назад

    THis is not working

    • @TheCodingBus
      @TheCodingBus  4 месяца назад

      Getting error ? Please share ur code

    • @TheCodingBus
      @TheCodingBus  4 месяца назад

      Recheck the url may be something missing

    • @Behappyalways309
      @Behappyalways309 4 месяца назад

      It didn't work. I did exactly like how you said

    • @Behappyalways309
      @Behappyalways309 4 месяца назад

      ​@@TheCodingBussend your email address. I will send the code

  • @robertregalado4669
    @robertregalado4669 Год назад

    Hi, the element CALL "WEB1" .GoToUrl (url) is not listed here in my end, what will I do?

    • @arceditor333
      @arceditor333 10 месяцев назад

      Did u got the solution