I would like be able to call my app like this:
https://www.appsheet.com/start/32dc2d71-f30e-447c-aab3-019e468d51c2?CompanyName=Acme
And have a field be able to read CompanyName from the URL parameter. Is this possible?
Thanks
Solved! Go to Solution.
You can populate a form view via URL parameters, is that what you're wanting?
I don't think it's possible.
You can populate a form view via URL parameters, is that what you're wanting?
Yep, I was able to get that to work. Thanks for the reminder!
Hi, how can i do that?
To populate a field called Calculator Title with Secure Shred Service I pass this at the end of my URL (%22 is a URL-encoded double-quote, and %20 is URL-encoded space):
&defaults={%22Calculator%20Title%22:%22Secure%20Shred%20Service%22}
Thank you! It works ๐
In my current app the first view is "onboarding" and by end of this onbarding view i can select a "finish view" so there i send the user to a form. I need to set an initial value in this form from the url parameters, i have tried it but it seems its not posible to do it in this setup. Any ideas?? thanks
Perhaps try temporarily storing the URL parameter in a hidden field on the onboarding table, then when you go to your finish view use the hidden field value to set the finish table field. You probably would need a two-step action to do this.
Hola Nicolรกs! Curioso el ver otro compatriota por acรก.
Los LINKTOFORM()
te permiten asignarle valores por defecto a cualquier campo de la tabla destino. Puedes hacer una acciรณn con ese DeepLink y asociarlo al Onboarding
User | Count |
---|---|
15 | |
11 | |
10 | |
8 | |
3 |