I would like to run my app sending parameters and receiving them in a form field as the initial value
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?
User | Count |
---|---|
18 | |
15 | |
10 | |
7 | |
4 |