I'm trying to search for a specific record in 2Appsheet using a button action in my 1Appsheet.
The button works launching the 2Appsheet with desired View but are shown all existing records in that table and not only the record i've selected, why ?
LINKTOFORM("Name_of_the_view_in_2AppSheet",
"Name_of_the_column_in_2AppSheet", [_THISROW].[ID],
"2nd_AppSheet_Link")
Hello @FaCe
Your issue is happening because LINKTOFORM() is designed to open a form view and pre-fill it with the provided valuesโit does not filter an existing view to show only a specific record.
You need to use LINKTOFILTEREDVIEW() instead of LINKTOFORM(). The correct syntax is:
If you want to open a detail view of the selected record in 2AppSheet, use:
This will navigate to the detail view of that specific record.
Let me know if you need more help
We should try this too. Perhaps we can save ourselves the trouble of taking the actions I was proposing.
Can you please send me your question again
I've open a new thread here specific for how to create a deep link, so probably we can solve my request with another approach.
User | Count |
---|---|
18 | |
12 | |
8 | |
4 | |
3 |