I have a question about web apps in Google Script. For example: I created a web app based on a form with some 4 text fields and my final link is something like this: https://script.google.com/macros/s/xyzxyzxyzxyzxyzxyzxyzxyzxyzxyzxyzxyzxyzxyzxyzxyz/exec
So, I want to know if it's possible to open the web app (form) with pre-filled textfields, for instance, the 4 textfields will have the values: 10,20,30 and 40.
I try something like this: https://script.google.com/macros/s/xyzxyzxyzxyzxyzxyzxyzxyzxyzxyzxyzxyzxyzxyzxyzxyz/exec?txt1=10
Can you recommend me a way to do that?
Regards,