Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

LINKTOFORM open a new tab in browser

I use a LINKTOFORM to move from a 1Appsheet to a 2Appsheet, is it possible to open the 2Appsheet in a new tab in Chrome ?

If yes is it also possible to 'detect' if my 2Appsheet was just opened in a tab and open directly that tab (insteading of a new one) ?

Solved Solved
0 3 121
1 ACCEPTED SOLUTION

I've solved with this Expression and action External: Go to a website

CONCATENATE(
"https://www.appsheet.com/start/XXX-XXXX-XXX?platform=desktop#view=",
[FOLIO],
"_Detail&row=",
ENCODEURL([ID])
)

View solution in original post

3 REPLIES 3

No, I do not think we can force open an app in a new browser tab.

And if transform the LINKTOFORM in a  sort of a custom deeplink and use "External: go to a  website" so that in this way the new tab could be opened in Chrome ?

It would be possible ?

 

I've solved with this Expression and action External: Go to a website

CONCATENATE(
"https://www.appsheet.com/start/XXX-XXXX-XXX?platform=desktop#view=",
[FOLIO],
"_Detail&row=",
ENCODEURL([ID])
)

Top Labels in this Space