Send parameter in the app link and receive it as an initial value in a field

I would like to run my app sending parameters and receiving them in a form field as the initial value

0 4 215
4 REPLIES 4

Are you navigating from a deep link from another app or a URL?

URL

When you want to open a new form and pass a value for a column you can use a deep link with a formula something like..
CONCATENATE("AppName-1234567#control=Form&defaults=%7B%22COLUMNNAME%22%3A%22",[COLUMNNAME],"%22%7D")

The end part means the same than ..defaults={"COLUMNNAME":"",[COLUMNNAME],""}")

E no caso de uma chamada externa via URL do app?