I often use the browser based App, as entering data into it is very convenient vs a phone/tablet. I noticed that after the URL and App name, is URL encoded get request data indicating which view to load, how to sort, etc. Such as the following:
What I’m wondering is whether I could formulate a GET request via URL-encoded data to open directly to a detailed view of a table row, based on matching a data field in the row (in my case an Order Id). Thanks!
@Steve et al, is it possible to construct a Deep Link without the table key? In my case, I don’t have the key, but I have a value of a different column (which is also unique)?
@Steve Follow up question: can I construct a manual deep link without a table key? In my case, as per the original post, I’m looking to construct a URL which will allow me a direct link (via the browser App) to a detailed view of a table row. I’m assuming this is not possible, and that I’d have to construct the link within Appsheet, correct? Please let me know if this question is unclear. Thanks!
can I construct a manual deep link without a table key? In my case, as per the original post, I’m looking to construct a URL which will allow me a direct link (via the browser App) to a detailed view of a table row.
I just told you how, and you thanked me for it. I’m confused.
@Steve Right, let me clarify! You indicated how to construct a deep link (without a table key) from within the App, by running App functions (LINKTOROW with FILTER), which is helpful to me.
What I’m asking in the 2nd question is whether it’s possible to manually construct a DEEP link URL from entirely outside the App (not running an App function), if I don’t know the table row key.
What I’m asking in the 2nd question is whether it’s possible to manually construct a DEEP link URL from entirely outside the App (not running an App function), if I don’t know the table row key.
Yes, the key is in the URL. you can find a sting with “row=”
What I’m asking in the 2nd question is whether it’s possible to manually construct a DEEP link URL from entirely outside the App (not running an App function), if I don’t know the table row key.
If you don’t know the row key, no, it’s not possible, at least to my knowledge.