Send data to Google Sheet in MIT App Inventor (SUPER EASY) | Send App Inventor data to Google Sheet

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 113

  • @ObsidianSoftEducation
    @ObsidianSoftEducation  10 місяців тому +1

    Written Tutorial: obsidiansofteducation.blogspot.com/p/send-data-to-google-sheet-from-mit-app.html

  • @uzmashahzad9061
    @uzmashahzad9061 Рік тому +1

    Thanks for sharing easiest way to work on Google sheets & link that to MIT App converter. Simple to apply

  • @ayedanasim5713
    @ayedanasim5713 Рік тому +1

    Wow that's awesome. Really easy way to connect the Google sheets with MIT app inventor

  • @alessandroramalli5355
    @alessandroramalli5355 21 день тому +1

    Thanks a lot, it works great with dropdown answers too! Top Lady! 💐

  • @rajarani00182
    @rajarani00182 Рік тому +2

    Thank you for sharing this easy way of working

  • @novinayaz9347
    @novinayaz9347 Рік тому +3

    You're doing an amazing job, thanks for this video 👍

  • @zahrakhan1846
    @zahrakhan1846 Рік тому +1

    I love watching your videos with full of authentic knowledge. It is always a learning process for me..

  • @rubinakhq643
    @rubinakhq643 Рік тому +1

    Thanks for sharing informative video in very easy manner..keep sharing more

  • @ayyanadam3889
    @ayyanadam3889 Рік тому +1

    Great outstanding work keep it up thanks for sharing this video

  • @maryamnaeem4973
    @maryamnaeem4973 Рік тому +1

    So so informative to watch 🙂 you always bring informative videos which i love watching because they are a learning process for me.🙃

  • @humairasiddiqui8476
    @humairasiddiqui8476 Рік тому +1

    wow, amazing job, really it's so much easy

  • @adyamys5110
    @adyamys5110 Рік тому +1

    Outstanding work u make everything so easy to understand ❤

  • @مرتضىعلى-ه2ص2ض
    @مرتضىعلى-ه2ص2ض 27 днів тому +1

    Thank you so much your video was so helpful ❤

  • @alenz07
    @alenz07 11 місяців тому +2

    syntax error quote in unquoted cell, cannot parse text argument to list from csv table as formattable table error in my application please help

    • @alenz07
      @alenz07 11 місяців тому

      i am trying both send data and read data on same screen

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  11 місяців тому

      When are you getting the error? When you read or when you send data? In both cases, look at the url. Also, use separate Web components for reading and sending. For reading, you give url in designer view, but for sending, you construct the url using text blocks and the syntax has to be correct. Make sure that you are constructing the url properly as explained in tutorial.

  • @sammislearning
    @sammislearning Рік тому +1

    Omg it's so easy. Thanks for introducing this to me.

  • @binteidrees8277
    @binteidrees8277 Рік тому +1

    Thanks for sharing the easiest way

  • @yuhani123
    @yuhani123 Рік тому +1

    thank you very much sir...I try to add the block with web viewer component to show the google doc response, and its work :-)

  • @UjalaaliOfficial
    @UjalaaliOfficial Рік тому +1

    👍🙆 you Always explain in a very easy way ❤

  • @nubainzafar1578
    @nubainzafar1578 Рік тому +1

    Thanks for sharing this tutorial 👍

  • @janjua245
    @janjua245 Рік тому +1

    Good work This looks quite easy

  • @UncleJeff166
    @UncleJeff166 8 місяців тому +1

    Thanks for making this video! I have one question. Is it possible to save some data files (e.g. CSV) in the phone and then share it with others by other means such as email or google drive? Thanks! :)

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  8 місяців тому

      Most welcome :)
      I believe this tutorial series might help you. There are two parts. I am teaching in themm how to upload photos, sound files and text files to Google Drive. This is part 1: ua-cam.com/video/U-tlpOdMGUs/v-deo.html

  • @firdouszahir5411
    @firdouszahir5411 Рік тому +1

    Thank you for sharing this amazing video

  • @adyamy4052
    @adyamy4052 Рік тому +1

    Really it's so easy😮

  • @sammislearning
    @sammislearning Рік тому +1

    You're doing an amazing job

  • @NowridHasninvlogzz
    @NowridHasninvlogzz Рік тому +1

    That’s an awesome sharing

  • @vishnusudheer6049
    @vishnusudheer6049 7 місяців тому +1

    Hi this tutorial os working fine. Thanks for this. I have one doubt. I have made an app where user enters scores for several attributes during a fashion show. Following the tutorial the values are being added to the spreadsheet. But if i delete all entries in the apreadsheet and start again, the entries are then starting from the row where it was left writing last time. How can this be fixed.

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  7 місяців тому

      Unfortunately, it cannot be fixed. This is how Google Form submission works. Giving you the official explanation from Google here:
      "By design, Google Form submission does not overwrite any rows. At all times the new rows are inserted."
      The easiest way of writing to Google sheets from MIT App inventor is by using the method explained in this video i.e. by using Google form submission. However, it has limitations which you have discovered. If you want more control, try exploring web apps. This tutorial is helpful: ai2.metricrat.co.uk/guides/post-data-to-a-google-sheet
      I will try to make a video tutorial soon.

    • @vishnusudheer6049
      @vishnusudheer6049 7 місяців тому

      Thank you for your reply. Also can you please tell how I can make a total score option wherein all the scores entered by the user are added up and total is stored.
      Is it possible to make a tabular form wherein scores for each contestant can be entered parallel to his name and total score can be made available at the end

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  7 місяців тому

      I am assuming that you have a list of scores. Just use the for each item block from control and use the plus block from math and keep on adding each item to your score variable. Don't forget to initialize the score as 0.

  • @danialmohamad1834
    @danialmohamad1834 23 дні тому

    Hi, thanks for the video. Just have 1 question to ask, how to reset(delete) all data so that the new data will be at on top back? Because i just try to manual delete at line 100, but the new data still appear at the 101 line. If possible i want the new data back to line number 1.

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  23 дні тому +1

      right click and delete the rows instead of removing the data. I have observed this that clearing the data sometimes works and sometimes doesn't. The best way to make sure is to delete the rows from the spreadsheet.

    • @danialmohamad1834
      @danialmohamad1834 23 дні тому +1

      @ObsidianSoftEducation it works. Thank you very much!

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  23 дні тому

      @@danialmohamad1834 most welcome!

  • @lifeisthrillingyt7991
    @lifeisthrillingyt7991 Рік тому +1

    Much easier to create & send through this advancement.

  • @ןעןע
    @ןעןע 2 місяці тому

    Can this method still be used with checkboxes and dropdown menus? thank you

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  2 місяці тому

      Your front end of the app in mit app inventor can have any way of providing data such as checkboxes and dropdown menus as long as you are sending data to the google sheet similar to this: docs.google.com/forms/d/e/1FAGycfw/viewform?usp=pp_url&entry.1932012884=obsidian&entry.1402638227=100 Here obsidian and 100 are the data being sent to the google sheet.

  • @Jayadeep-tu5zp
    @Jayadeep-tu5zp 8 місяців тому +1

    Thankyou so much mam❤❤

  • @huyenizzi
    @huyenizzi 10 місяців тому +1

    Thank you so much.

  • @Sam1988155
    @Sam1988155 11 місяців тому +1

    Once download the app we need some changes are there that data Will come on download app it is possible

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  11 місяців тому

      I am sorry but I wasn't able to understand your question. Are you talking about aia project file or apk file?

    • @Sam1988155
      @Sam1988155 11 місяців тому

      Mam, in this app I was download my mobile or some one. now app owner changed Google sheets name or age that impact they already downloaded app reflected or not.

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  11 місяців тому

      You are only sending data to Google sheet in this tutorial and not reading it. If someone changes data that you sent to Google sheet , you will only learn about it if you are also reading data from sheet. and yes, if you use my other tutorial to read data from sheet, you will be able to see any changes in data too if sheet is manually changed by someone.

    • @Sam1988155
      @Sam1988155 11 місяців тому +1

      Okay I have understood thanks for your support.

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  11 місяців тому

      Most welcome 😊

  • @muhammadev3424
    @muhammadev3424 Рік тому +1

    Hai, Can we upload the picture taken by camera like this?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  Рік тому

      Did it work out for you using email as discussed on Instagram?

    • @muhammadev3424
      @muhammadev3424 Рік тому +1

      @@ObsidianSoftEducation It's not practical to write email id always. However I have completed project by uploading Google drive as you advised

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  Рік тому

      @muhammadev3424 good to hear this 😊

  • @Nikolkats
    @Nikolkats Рік тому

    can i sent data from different screens to the same google sheet? I tried to do it this way but it only works if I sumbit data from one screen. Thanks in advance!

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  Рік тому

      Theoretically it should work but remember that you will be putting entries in the same google form. So, if the google form has name and age questions, the corresponding google sheet will have name and age columns and you can only add rows to this data. If you have more than one screen writing to the same sheet, it will also be adding to the same sheet with name and age.

  • @Skeniranje-h6m
    @Skeniranje-h6m Рік тому

    Thank so much for this video. This is My first application 🙂. But I have problem, when I send data in google sheet in that row I lost same formula in next columns. How I can send data just in one column, example "B" , don't to cleared C,D.. in that row?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  Рік тому

      The method I have shown in this video is the easiest way of writing to Google Sheets using Google Forms. So, it has limitations. You can't write to a specific cell using this way. You will have to write JavaScript for your purpose. I will try to make a tutorial but it will take time as I have other topics planned for the following months.

    • @Skeniranje-h6m
      @Skeniranje-h6m Рік тому +1

      Thank you so much for the reply. If you can make tutorial that would be great. For now I found a solution with arrayformula in another sheet.

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  Рік тому

      Glad to hear that you found a solution :)

  • @tenij000
    @tenij000 11 місяців тому

    can send the data also to a ROW inplace of a collum

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  11 місяців тому +1

      It already adds data to rows, but yes, you can't send data to a specific row or column with this method.

    • @tenij000
      @tenij000 11 місяців тому +1

      thx @@ObsidianSoftEducation

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  11 місяців тому

      @@tenij000 most welcome

  • @renaldybagussaputra1140
    @renaldybagussaputra1140 Рік тому

    Can you explain why we need to change the "&" to "?" only for the first line?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  Рік тому

      That is the starting of the terms. So, we separate from the rest of url using ?.

  • @amaltp4893
    @amaltp4893 3 місяці тому

    Can we do it for MS forms ?

  • @albertogiacomuzzi
    @albertogiacomuzzi 5 місяців тому

    I tried two times the example, following exactly the instructionw, but at the end i did not arrived to write in the google sheet.

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  5 місяців тому

      Please check that you are looking at the correct sheet named form responses 1. You can also verify your code by looking at the written tutorial: obsidiansofteducation.blogspot.com/p/send-data-to-google-sheet-from-mit-app.html

  • @SadAtgi
    @SadAtgi 3 місяці тому

    How to create update and delete Google sheet in this method ,?

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  3 місяці тому +1

      You will have to use Web app and scripting for such kind of editing.

    • @SadAtgi
      @SadAtgi 3 місяці тому

      @@ObsidianSoftEducation ok thanks

  • @andrewkng7328
    @andrewkng7328 12 днів тому

    How come when i click submit that's nothing happen?

  • @trendzmedia4234
    @trendzmedia4234 Рік тому +1

    press submit button the how to clear automatic

  • @a.basitarain1701
    @a.basitarain1701 2 місяці тому

    In web url section, there is no link??

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  2 місяці тому

      You mean in the browser? Click on the 3 dots next to send button on your Google form and choose prefilled link.

  • @Idontcheatlolaa
    @Idontcheatlolaa Рік тому +1

    Gud luck

  • @evanrizo
    @evanrizo 9 місяців тому

    When I click on Submit it does nothing

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  9 місяців тому +1

      Please make sure that you have written the form response in app inventor project as shown in the video. For more help, you can have a look at the written tutorial: obsidiansofteducation.blogspot.com/p/send-data-to-google-sheet-from-mit-app.html

    • @evanrizo
      @evanrizo 9 місяців тому

      I have checked everything, unfortunately it does nothing

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  9 місяців тому +1

      I hope you are looking at the right sheet. It is not the first sheet, but the second one labelled something like form responses.

    • @evanrizo
      @evanrizo 9 місяців тому +1

      I'm going to go over it again, making it from scratch. The AIA file isn't there for me to dig into, so I'm going to start over

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  9 місяців тому +1

      I didn't share the aia file as it would have pointed to my Google sheet. Best wishes with your project. This method definitely works as I used it recently for another project that I was working on.

  • @AnuSriReddy-me2hb
    @AnuSriReddy-me2hb 6 місяців тому

    Submit botton is not working

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  6 місяців тому

      Please set up the url the same way as i have shown in the video otherwise the submit button will not work. You can also compare your code with my written tutorial: obsidiansofteducation.blogspot.com/p/send-data-to-google-sheet-from-mit-app.html

  • @argyriosyannakakis
    @argyriosyannakakis Рік тому

    Dont work for me 😢

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  Рік тому +1

      Make sure that you have copied the link correctly and that you have given the rights of editing to anyone. This process has been explained in the tutorial.

    • @videofamille3A
      @videofamille3A Рік тому

      Ok i will ckeck all the process@@ObsidianSoftEducation

    • @argyriosyannakakis
      @argyriosyannakakis Рік тому +1

      It's OK now, i forget to change & by ? sorry . Good tutorials, thank you.

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  Рік тому

      Good to know this 😊…all is well that ends well 😊

  • @RajVarma-q5j
    @RajVarma-q5j 10 місяців тому

    This does not work! You may want to update. Thanks

    • @ObsidianSoftEducation
      @ObsidianSoftEducation  10 місяців тому

      Yes, it does. Just made a project with a new Google sheet and the data is being added successfully to the sheet. Make sure that you are connected to the internet and that you are looking for the data in the correct sheet. The data is added to a sheet called "form responses 1" inside your main spreadsheet.
      You can also have a look at the written tutorial to compare your code.
      obsidiansofteducation.blogspot.com/p/send-data-to-google-sheet-from-mit-app.html

  • @tiffanyjohnson7427
    @tiffanyjohnson7427 Рік тому +1

    Writing data is never been so easy