Hello,
I'm working on an application that needs to have custom QR codes that prepopulate a form. I've tried using deep links and I've tried manually constructing the URL, but whenever the QR code is scanned, the mobile device just pulls up the unfilled form.
Is this a limitation with the system, or is it something I'm doing wrong.
Thanks,
Solved! Go to Solution.
I think it's possible to do with your approach but you need to know exactly where to place parameters in the constructed URL used for opening the prepopulated form. Don't forget to convert some letters with respect to URL syntax (use ENCODEURL function may be). Here's another approach if you need to use LINKTOFORM(...) with action.
1.You need a new physical table having only 1 column & 2 rows (name the top cell like 'QR'). Add this table to AppSheet and set to update allowed only. Aso, set its column type to text & check the scan option.
2 You need a form for edit this column, which would be auto-built by AppSheet.
3.You need an action to open your prepopulated form after user scan text (that contains form's parameters) and save the form. In LINKTOFORM(...), you extract all prarameters from the scanned text and place in proper places.
That's it.
User | Count |
---|---|
33 | |
11 | |
3 | |
2 | |
2 |