Ok so I’m making an app the measures anxiety and stress levels of the user. So far I have made a connecting database from google sheets and I was able to display the user’s stats with a graph. This was only for the stress levels. The anxiety levels google sheets is not connecting for some reason and i did the exact same steps as the stress levels. Here is the code.
Could it be because you are creating a row in sheet 6 of the Anxiety Google Sheet? How many sheets (tabs) does that Google Sheet have?
Edit: Actually, the first navigate to Home block is going to switch screens before the second create row block has time to fire.
You can nest the create row blocks so that the first one fires and then in the do section, you put the second create row block and then in that second one’s do section, you put the navigate block. You should only have a single navigate block there.