Good afternoon everyone, first thanks for your help.
A while ago looking at other publications I saw that you could autocomplete information in Google calendars from the application as an example with the following link
Hereās a trick you can sometimes use for situations like this. Right-click , inspect element, get the form input elementās id value, add it into the URL with a ā?ā and assign it a value. However it didnāt work, meaning they donāt have the javascript necessary to pre-fill form elements via url parameters, so you might be out of luck there, unless GreenFluxās suggestion of contacting them directly comes up with anything. [image]
Hi Steven, what Iām trying to do is autocomplete the user field from appsheet, in my application I implemented autocompletion in the google calendar a while ago, and I was wondering if this is possible as with the google calendar on other websites.
As you can see in the following example, the google calendar is autocompleted, I want to get something like this in appsheet
DEEPLINK expressions like LINKTOFORM() return a ādeeplinkā to an app view, but not a full browser URL. These links wonāt work in an email or PDF. They only navigate within/between AppSheet apps. I needed a way to generate full-URLs for use in an email body, and take values from a row in a secure app to generate pre-filled links to a form in a public app. Basically, LINKTOFORM(Pre-filled values) but with a valid, full-URL that could be used in an email. Iāve broken the formulas down into sepā¦
Not possible in AppSheet. You will need to write an external function (linked via action or webhook) that uses browser automation (like selenium or puppeteer) to achieve this.