Search code examples
androidgoogle-sheetsapp-inventor

Android app not posting to google sheet


I have got an android app that I would like the barcode scanning page to post to a google sheet but I keep getting the following error message:

enter image description here

and my coding blocks like this. I don't understand why it does not work because I have implemented these code blocks on another page of the app to post to google sheets and that works perfectly fine.

enter image description here


Solution

    1. You should use the PostText block instead of the PostFile block... see also my tutorial

    2. the Textbox1.GotFocus event does not make sense like this, you can remove it completely

    3. if there is only one Textbox to check, what about removing the second is empty? Textbox1.Text block...

    enter image description here