Sending data from MIT app to excel sheet. But mobile app crashes after that

Hi. I would like to send data from MIT App to an excel sheet. There is a button that will send the data but at the same time, the button will have to proceed to the next screen 2. I could send data to the excel sheet but when the mobile app crashes when going to screen 2. could anyone help me out? thank you.

Here is the block code that I did:

data problem

User interface looks like this:

data problem 2

You mean Google Sheets ?

Why complicate your app by using another screen? Use virtual screens instead (vertical arrangements, and manage their visibility)

Basically, the user will have to input the detail in the empty box. Once done filling in, the user should press the 'Send Data' button. So, when this button is pressed, it will send the data input by the user into an excel sheet (which I could do) AND at the same time, it will go to the next screen 2 (where I could not solve as the app crashes) for another task. So, I would for help with the code block.

Don't know why your app is crashing. What do you have in Screen2.initialise event ?

Show your relevant blocks for both screens.

Show the full url you are sending

Just to be clear, your web get is sending google form data to a google sheet, and you will transfer that to an excel file? (This probably has nothing to do with why your app is crashing)

Are you testing with companion, or compiling your app to test ?