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])
)
User | Count |
---|---|
35 | |
9 | |
3 | |
3 | |
2 |