Very good tutorial. The only thing you need to fix is this: You shouldn't open Screen1 to go back, because you are actually opening another instance of Screen1, which will stack in memory, eventually making your app force close with a "not enough memory" error. Instead, you should CLOSE the Person screen.
Thanks Alison ,It works I developed same app with 500 people database but with search option and thinking to add some more features like calling from the screen
Hi Allison, First of all thank you for your explanation. Second, can you help me to understand how can i build with google sheet. More then 2 table. Thank you.
Dear Alison, your video is great, clear and simple to understand. Thank you. However, it shows how we could pull data from goggle sheet. What about saving data from appinventor to goggle sheet ? Do you have a video on this or could you make and upload one ? Thanks again.
@@AK-io7hj Appreciate very much, Adrian. I would thought there would be an easier way to export the entire tinydb to googlesheet or excel or even as a CSV file. You method requires individual data to be selected and sent to google sheet.
Hello can you help me with my project? I want to create an App that will read and display column 1 of google spreadsheet and display it as a text label in my android app whenever a button is pressed. Then display column 2 when the button is press again and so on..
For Registration you should use firebase and not google sheets. Also u can incorporate a OTP based log in to authenticate the phone from where the log in is being done.
Hi Allison. Thanks for the very helpful video. Is there a way of having the same data on the googlesheet amended and updated thru the same app? Perhaps thru a different screen?
Greetings Allison John, why everything you explain works well only on Screen1 ??? When I do everything you say on a new screen (screen2) you only see the first line in the Listview. What should I do??
Hi Allison John, yr videos helped me a lot on my App, I'm really thankful, I can integrate my app easy with google sheets, but I got a question I hope you can help me, it's working just fine with List view, but I want to add a textbox and a search button, and them show the result only... almost like you did, but w/o the listview, I don't want to used to see the entire list. I have tried a lot of ways but no success, can you help me?
Hola allison, gracias desde Colombia, oye una pregunta, si quiero un botón que abra un enlace almacenado en google sheets y que este cambie la información de cada persona, ¿como lo hago?, me puedes ayudar porfa 🙏🏽
Thanks you for this tutorial . I used this tutorial in my company for production planing. But can you tell me how can i sent update messages in that sheet like " ok , proceed , and done"?
Thanks this is a awesome video, quick question if I wrote new data in my google sheet the app didn't refresh I need to close and open again. How can I make to refresh the data live. So when I inset new data in google sheet will be appear automatic in the app is that posible? thanks
Hello Allison Jhon, what a good tutorial .. I write to you from Colombia, could you do one where I can upload files like, pdf, doc, img, etc. to Google Sheet with the MIT App Inventor?
Hey, I have a problem and I was wondering if you could help me, when I change the final part of the link to "export?format=csv" and then open it on another browser, it shows a message which says that the field can not be opened and to try again, what could it be?
Allison, Is there a way to also write or save records on Google Sheets using the same app. Should I just let read and write priviledges will be enough?
Thanks it was very helpul...Have a question- can we have a dynamic data reflecting in the app. For example if I update the google spreadsheet, can we have the same reflected in the app?
Hi @alison, I followed your tutorial and it ended up really great! But what if I wanted to include that sheet with the app for suppose, offline usage? What would I have to do?
How to read shhet2,sheet3.... data in listview can you make a video for it. I can read sheet1 data but when I try to get sheet2 data it shows sheet1 data only. How to convert CSV format sheet2, sheet3....
Hi Allison, I am getting following problem: Runtime error Cannot parse text argument to "list from csv table" as a CSV-formatted table Note: You will not see another error reported for 5 seconds. Cannot parse text argument to "list from csv row" as CSV-formatted row Note: You will not see another error reported for 5 seconds.
Our school has a sheet that records all of our students accumulated points and I want to make an app that will allow them to search their number to see how many points they have available but the sheet has about 900 entries and it locks up the app when I attempt to access it as a table. Is there a better solution?
Thank you! I'm not exactly sure what you mean by "on the same page," but if you just want all the info to be in the list view rather than having to click the name first, you could definitely just join another followed by the other info to the string in the format procedure.
Actually, I somehow figured it out! What I meant was to put a horizontal arrangement under the scrolling list and have the respective slots populate using the selection index after I select a list item. I have it where I can see the first column of data on the list, and 5 other columns populate with the rest of the row after I make a selection. Your video was a massive help!
Hi Thanks for tour video Think you can expand a little and explain how to make a search of a Google Sheet? Imagine that I want to search for someone on that list and get the information. Thanks
Hi José, You can use any search/sort algorithm on the list of names and information, or you could add each of the lists with name and information into tinyDB with the name as the tag and the information as valueToStore. This way, the internal dictionary structure of tinyDB can do the search automatically. If you were thinking about just importing a single line of the Google Sheet, I'm not sure I can help you with that yet. However, I am thinking about making another video with more advanced Google-App Inventor techniques. Hope this helps!
Dear Allison, thank you for the explanation in your video, I have done it and it was the same as the one you show. Now I would like to have on the spreadsheet a list of 30 ID data and Names these appear on the cell phone according to the ID that is written in a text box and the name is displayed on a label. Instead of Listview How can I do this ???
For a log in system, user firebase and not Google Sheets. You can include a OTP based authentication app to authenticate the mobile phone frm which the log in procedure is being carried out.
Hi ... Do you know how I can separate the two lists ? For example, I want to use the name in one list and the birthday on another list. Could you help me ?
hi i did exactly do as the video and when the app work its give me messege like this:"Bad arguments to list to CSV row.. the opretion list to csv row cannot accept the arguments:,[..]"
This video was incredibly helpful and you explained the process very well, including why you were taking certain steps. Many thanks!
Muchas gracias y enhorabuena por el tutorial, llevo meses buscando esto, y hay que ver lo sencillo que lo haces y el resultado extraordinario🥰
Thanks Allison, with you explanation a bright light shine my brain and finnaly I finish my proyect, you are the best.
Very good tutorial. The only thing you need to fix is this: You shouldn't open Screen1 to go back, because you are actually opening another instance of Screen1, which will stack in memory, eventually making your app force close with a "not enough memory" error. Instead, you should CLOSE the Person screen.
You Saved My Lije...... Thank you so much...... You deserve the world :)
Amazing video, would love to see more videos on MIT app Inventor. Helpful tutorial!
Thanks Allison! hope there will be videos in relation to delete/update google sheet records.
THANK YOU SO MUCH. YOU JUST SAVE MY COLLEGE DEGREE
Very nice app. Worked superbly for me.
it was really helpful for me. I was actually searching for these things. Thank you So much.
Excellent tutorial, I wish you can do more of that. Keep on the good work!
What a wonderful person you are.❤❤
Great! Simple, complete and effective. Very good code. Thanks
Thanks Alison ,It works I developed same app with 500 people database but with search option and thinking to add some more features like calling from the screen
Can you tell me how you did for add search option and get the result?
search for loops in list
@@firerousgt7446 How i do that? im kinda newbie on it.
Thank you so much, this video really help me.
Thaks Allison... you explain very well. i made all... and great... I love you !!!!!
Thanks for a clear illustration!
Thank you! Wonder you can make another video reading from google sheet but a specific sheet.
Thank you for the video! I'm using fusion tables to do something similar, it helped a lot!
community.kodular.io/t/custom-downloader-extension-for-kodular-free/16487 check this thread out.
Thanks Allison. Great video!
very clear....
You are suberb Allison...it was very helpful. Please resume making more videos. Regards
Nice, nice, nice and clear. Thank you! :D
You saved me! Thank you soooo much
Thanks a lot. Very clear.
17:00 you should use close screen instead of open.
Yes
Otherwise app wont close .
Thank you very much, will try to make it
Hi Allison,
First of all thank you for your explanation. Second, can you help me to understand how can i build with google sheet. More then 2 table.
Thank you.
Congratulations! very useful!
tks for your help. Your video is very good. tks all
Love this one. Good Job.
Excelente tutorial. Se podria ver los datos en labels en lugar de ListView??
Dear Alison, your video is great, clear and simple to understand. Thank you. However, it shows how we could pull data from goggle sheet. What about saving data from appinventor to goggle sheet ? Do you have a video on this or could you make and upload one ? Thanks again.
Thank you and appreciate very much
This is an easier work around groups.google.com/forum/#!topic/mitappinventortest/V_ppvsQkWNU
@@AK-io7hj Is this possible to use the same spreadsheet?
@@MrJayajah yes, i think.
@@AK-io7hj Appreciate very much, Adrian. I would thought there would be an easier way to export the entire tinydb to googlesheet or excel or even as a CSV file.
You method requires individual data to be selected and sent to google sheet.
Hello can you help me with my project? I want to create an App that will read and display column 1 of google spreadsheet and display it as a text label in my android app whenever a button is pressed. Then display column 2 when the button is press again and so on..
Thanks for the tutorial.
this is awesome. to make it more complete, will you please add a splash screen, login and registration pages.
For Registration you should use firebase and not google sheets. Also u can incorporate a OTP based log in to authenticate the phone from where the log in is being done.
Thanks for video. Could you make video how to add items from csv to google sheets?
Good video, it is posible to filter it? like for person or month?
Great lesson thank you very much!!
Thanks Allison! This really helped me 😆
don't lie
Hi Allison. Thanks for the very helpful video. Is there a way of having the same data on the googlesheet amended and updated thru the same app? Perhaps thru a different screen?
Thank you very much, it was spectacular
Hi Allison
thanks for the video.
is it possible for MIT App Inventor to Read Data from Google Calendar ?
Thank you Allison.Can you teach us the search function from google spreadsheet?
ListView1 > ShowFilterBar > V
Greetings Allison John, why everything you explain works well only on Screen1 ??? When I do everything you say on a new screen (screen2) you only see the first line in the Listview. What should I do??
Hi Allison John, yr videos helped me a lot on my App, I'm really thankful, I can integrate my app easy with google sheets, but I got a question I hope you can help me, it's working just fine with List view, but I want to add a textbox and a search button, and them show the result only... almost like you did, but w/o the listview, I don't want to used to see the entire list. I have tried a lot of ways but no success, can you help me?
thanks. great video. Can the app be downloaded somewhere?
Can you share how to create send image to google sheet with app inventor or kodular?
Thank you from Brazil! +1 Like +1 subscribed! :^)
Hola allison, gracias desde Colombia, oye una pregunta, si quiero un botón que abra un enlace almacenado en google sheets y que este cambie la información de cada persona, ¿como lo hago?, me puedes ayudar porfa 🙏🏽
it's awesome.Your voice is so sweet
allison you did the great job, i got something from your tutorial... I hope you can help me on some part... thank you so much
Thank you so much. It is a great help
How about if we have many tab in google sheet the list view doesn't appear
Very helpful, thank you
Thanks you for this tutorial . I used this tutorial in my company for production planing.
But can you tell me how can i sent update messages in that sheet like " ok , proceed , and done"?
I am getting this error "cannot parde text argument to "list from csv table" as a csv formatted table"
Can u pls give suggestions for it
Same issue... have you got it resolved?
@@bitfieldtech2297 I'm also getting issue... is it resolve ? please help me
I'm also getting issue... is it resolve ? please help me
@@krish2519 resolved
@@bitfieldtech2297 how to resolve, please help me
How can i delete a list...and the changes shall also reflect in excel sheet
Hi, this tutorial helped me a lot, but I have a big list, is it possible to filter by name? How can I do it?
Thanks this is a awesome video, quick question if I wrote new data in my google sheet the app didn't refresh I need to close and open again. How can I make to refresh the data live. So when I inset new data in google sheet will be appear automatic in the app is that posible? thanks
Hello Allison Jhon, what a good tutorial .. I write to you from Colombia, could you do one where I can upload files like, pdf, doc, img, etc. to Google Sheet with the MIT App Inventor?
spreadsheets only support text, after all its csv,comma separated values and those are not csv
Alternative option to fusion tables that are turning off next year
dear ,its giving me this error cannot parse text argument to "list for csv table "as a CSV formatted table
any updates on this problem?
How send/post from app inventor google script to google script. But selection self. Select range E1. How ?
thank you so match for this video it s very interest
The CSV table concatenates the two columns with ",". So that I get an error because I actually don't have a csv table. What may cause it?
Hey, I have a problem and I was wondering if you could help me, when I change the final part of the link to "export?format=csv" and then open it on another browser, it shows a message which says that the field can not be opened and to try again, what could it be?
Allison, Is there a way to also write or save records on Google Sheets using the same app. Should I just let read and write priviledges will be enough?
Thanks it was very helpul...Have a question- can we have a dynamic data reflecting in the app. For example if I update the google spreadsheet, can we have the same reflected in the app?
yes
@@firerousgt7446 please tell me how
Hi @alison, I followed your tutorial and it ended up really great! But what if I wanted to include that sheet with the app for suppose, offline usage? What would I have to do?
Your video helped me alot.
Please tell how to get data from SHEET 2 ?
just simply go to sheet 2 and get the link from there
How to read shhet2,sheet3.... data in listview can you make a video for it. I can read sheet1 data but when I try to get sheet2 data it shows sheet1 data only. How to convert CSV format sheet2, sheet3....
How can I make a login screen with this method? Please, i need help.
Hi Allison, I am getting following problem:
Runtime error
Cannot parse text argument to "list from csv table" as a CSV-formatted table
Note: You will not see another error reported for 5 seconds.
Cannot parse text argument to "list from csv row" as CSV-formatted row
Note: You will not see another error reported for 5 seconds.
i have that error to. do u know how fix it?
Thank you for your video :)
Thanks, can we have a JPG or PDF of all the blocks for download ?
I want to use this technique too read multiple choice question from sheet to my app.. anyone ...How do I do it please help...
Hola, solo quiero mostra la fila b, todos los datos, no la de nombre como lo haria gracias
Our school has a sheet that records all of our students accumulated points and I want to make an app that will allow them to search their number to see how many points they have available but the sheet has about 900 entries and it locks up the app when I attempt to access it as a table. Is there a better solution?
thanks for the video, continue.
I have a question: how to save the * .csv file in my mobile
gracias!! muy util su video!!!
Thank you very much.
Can we Shorting Data ??? or can we make Query on it to Retrive Data like Today's Birthdate List, Month Birthdate List,etc
This is great!!
I really want to accomplish this on the same page, but I'm having issues. Do you think my idea is possible on ai2?
Thank you!
I'm not exactly sure what you mean by "on the same page," but if you just want all the info to be in the list view rather than having to click the name first, you could definitely just join another
followed by the other info to the string in the format procedure.
Actually, I somehow figured it out!
What I meant was to put a horizontal arrangement under the scrolling list and have the respective slots populate using the selection index after I select a list item. I have it where I can see the first column of data on the list, and 5 other columns populate with the rest of the row after I make a selection.
Your video was a massive help!
Mam please make a video to make a live wallpaper app with Google sheets.
hi, how to post the data's from app inventor to google sheets?
i have been assigned with a project to read exel sheet
i made the front end which can read column 1 but it doesnt reads the other columns
love your video could you add to it that if user type in name of the person it return the information thanks
Hi guys, how come I dont see the call .get function?
Great! Thanks!
Youre the best
Thank You Sister..... Love u...
Hi
Thanks for tour video
Think you can expand a little and explain how to make a search of a Google Sheet? Imagine that I want to search for someone on that list and get the information. Thanks
Hi José,
You can use any search/sort algorithm on the list of names and information, or you could add each of the lists with name and information into tinyDB with the name as the tag and the information as valueToStore. This way, the internal dictionary structure of tinyDB can do the search automatically. If you were thinking about just importing a single line of the Google Sheet, I'm not sure I can help you with that yet. However, I am thinking about making another video with more advanced Google-App Inventor techniques. Hope this helps!
Make the option filter bar checked on listview option , it will put the things searchable
Dear Allison, thank you for the explanation in your video, I have done it and it was the same as the one you show. Now I would like to have on the spreadsheet a list of 30 ID data and Names these appear on the cell phone according to the ID that is written in a text box and the name is displayed on a label.
Instead of Listview
How can I do this ???
Have you managed to find a solution to this?
Hello,
How can i read a data in index1 / 3.row
help me, i need google sheet text colour in mit app list view text colour????
Hey pls tell how should I use this to make a login signup system pls tell
And make a video on this plsssssss
Need this
For a log in system, user firebase and not Google Sheets. You can include a OTP based authentication app to authenticate the mobile phone frm which the log in procedure is being carried out.
@@anupludra thanks
Hi ... Do you know how I can separate the two lists ? For example, I want to use the name in one list and the birthday on another list. Could you help me ?
you just simply remove index no.2 on the name list and remove index no.1 on the birthday list
Can this data see online
hi i did exactly do as the video and when the app work its give me messege like this:"Bad arguments to list to CSV row.. the opretion list to csv row cannot accept the arguments:,[..]"
I have the sam problem. I notice that data in csv file is not a table but solid text seperate only by comma