Hello everyone !
I’m creating an app and I need to send data written by the user to a Google Sheet. I followed this tutorial :
https://www.youtube.com/watch?v=SUFxL1awjO8
But in the end, my code doesn’t seem to work, the data isn’t sent to the sheet.
I suspect that I’m using the Web component wrong, but I don’t see where the error would be, the idea is that google forms have a URL format for sending the answers to a Google Sheets, which is what the code should be doing, joining the different parts of the URL (first is the link to the form, second is the first answer, third is the second answer) and applying the URL (which is where I believe I might have missed something).
If anybody has an idea of what I might be doing wrong, thanks a lot in advance for the help.
Have a nice day and stay hydrated !