sent a link from an email to a form in another app and sending a value for one of the fields

This works in my app to send a link to another app via email. I would like to modify it to have a link to form with one field populated.

Click here to Complete the Form

Interestingly enough, I was just about to ask this same question myself. Would love for a redirect from another app to be able to do a deep link and populate a field at the same time.

LINKTOFORM() - AppSheet Help

1 Like

Thanks for the response. I am familiar with LINKTOFORM(). However, the redirect (deep link) is not coming from another appsheet app, just a standard URL. So I need to create this URL as to prepulate the field.

Is that possible?

App column type (deep link) - AppSheet Help

META POST: Deep Links & URL Parameters - Google Cloud Community

Hmm, I am trying to use the defaults option as follows but it does not pre-populate the value_prop_id field. (Note that I actually had double quotes around the field name and foo value.) Am I doing this wrong?

https://www.appsheet.com/start/32dc2d71-f30e-447c-aab3-019e468d51c2#table=My%20ROI%20Calculator%20Info&row=c4db2c39&page=form&defaults={%22value_prop_id%22:%22foo%22}

Thanks