Launch an App Form from a provided URL

I would like to create a url to launch an appsheet app form and specify the value of one row. Any help creating this would be greatly appreciated.

Solved Solved
0 6 937
1 ACCEPTED SOLUTION

You at least need curly braces around the defaults JSON
3X_d_4_d4e0ec18a7e172e92ffb2e1154756663fe082bc4.png

I suggest using/copying the output of LINKTOFORM expression instead of trying to hand type it.

View solution in original post

6 REPLIES 6

Using the guide I created a URL, but it does not refill the one column Iโ€™m listing. Here is my link below. Any thoughts.

https://www.appsheet.com/start/XXXXXXXXXXXXXXXXXXXXXXXXXXXX#view=New%20Lead&defaults="dealership"%3A...

I suspect something wrong with your expression which generates URL

You at least need curly braces around the defaults JSON
3X_d_4_d4e0ec18a7e172e92ffb2e1154756663fe082bc4.png

I suggest using/copying the output of LINKTOFORM expression instead of trying to hand type it.

I believe this is just typo, must be read as column.

Then solution would be you create the VC with expression something like

โ€œhttps://www.appsheet.com/start/dfsaflafjsalfdsafdsafasdfaโ€&linktoform(โ€œYour_FormNameโ€,โ€œdateโ€,today())

Change each part of url strings to match your needs and apps.

Yes I meant column. Thank you so much.

Top Labels in this Space