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.
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.
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?
Thanks