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! Go to 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])
)
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])
)
User | Count |
---|---|
34 | |
11 | |
3 | |
3 | |
2 |