# Catching the Deep Link for the same Row from Another Tab

**URL:** https://community.glideapps.com/t/catching-the-deep-link-for-the-same-row-from-another-tab/42239
**Category:** Ask for Help
**Created:** [May 22, 2022, 3:27am UTC](https://community.glideapps.com/t/catching-the-deep-link-for-the-same-row-from-another-tab/42239 "2022-05-22T03:27:01Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![ALEKSEI\_BARANOV](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aleksei_baranov/32/33948_2.png) [@ALEKSEI\_BARANOV](https://community.glideapps.com/u/ALEKSEI_BARANOV)
#### Post date: [May 22, 2022, 3:27am UTC](https://community.glideapps.com/t/catching-the-deep-link-for-the-same-row-from-another-tab/42239/1 "2022-05-22T03:27:01Z")

</div>

Hey Gliders!

I am looking for a way to catch the Deep Link (DL) from another tab to invite unregistered users to the same Row. I understand:

1. the DL is different for the same Row in different tab.
2. only way to catch DL is to make exact Actions staying in the same Detail view of the same Tab.

We are staying in Detail Screen in the tab A (Visibility by Role A, e.g. Admin), but **need to store in GS the Deep Link of the same Row, BUT from another tab B which is for not registered Users.**  
I understand the usual way is to go to the same Row in Detail Screen in tab B and catch the DL there. But i need to get such DL **automatically** by Admin when he\she is running Action from the same Row from tab A.

Did somebody here solve such issue?  
Maybe we could use Integromat or some another way to emulate a jumping to tab B to catch the DL there and store in GS - doing all of this in the same Action by Admin from the Tab A?  
Let we try to think toghether what turnaround could be there.  
Thank you in advance!

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [May 22, 2022, 2:29pm UTC](https://community.glideapps.com/t/catching-the-deep-link-for-the-same-row-from-another-tab/42239/2 "2022-05-22T14:29:10Z")

</div>

From my experience, there is not a solution for this. Unfortunately, the deeplink must be generated from an action upon the details screen itself.

I’ll need to go back and test, but I’m pretty sure the deeplink is different from tab to tab (even if it’s the same details screen).

---

<div class="post-metadata">

### Author: ![ALEKSEI\_BARANOV](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aleksei_baranov/32/33948_2.png) [@ALEKSEI\_BARANOV](https://community.glideapps.com/u/ALEKSEI_BARANOV)
#### Post date: [May 22, 2022, 2:43pm UTC](https://community.glideapps.com/t/catching-the-deep-link-for-the-same-row-from-another-tab/42239/3 "2022-05-22T14:43:06Z")

</div>

Thank you very much, Robert! 🙏  
Seems, it’s so. I’ve rethinked the way how to solve my exact case. Is done this by mooving the Action to the same Tab, where i need the DL. 👌

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [May 22, 2022, 3:03pm UTC](https://community.glideapps.com/t/catching-the-deep-link-for-the-same-row-from-another-tab/42239/4 "2022-05-22T15:03:47Z")

</div>

if the rows are the same, you can generate and save deep links in the other tab, and relate to them by row number

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [May 22, 2022, 7:14pm UTC](https://community.glideapps.com/t/catching-the-deep-link-for-the-same-row-from-another-tab/42239/5 "2022-05-22T19:14:01Z")

</div>

You sure? Last I tested a deeplink on one tab is different from the other (even if the same details screen). I found this out when I was testing an app that had different levels of access. An admin would create the deeplink on one tab and the client would access from another but it didn’t work because it was sending the client to the hidden admin tab (which they didn’t have access to).

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [May 22, 2022, 7:38pm UTC](https://community.glideapps.com/t/catching-the-deep-link-for-the-same-row-from-another-tab/42239/6 "2022-05-22T19:38:08Z")

</div>

yes, it works, maybe you missed my explanation a little… you need to generate and save links in the mirror sheet, then use relations to a row number, to copy them into the original sheet…  
unfortunately, the process of generating links is manual… you need to go row by row in the mirror sheet… or add a link to the current screen every time you duplicate a row in the mirror sheet… it can be done by the second button that will be related to a new row in the mirror sheet…

but the whole @ALEKSEI_BARANOV problem can be avoided by better structuring data… there is never a good idea to have duplicated datasheets…  
just add some columns to filter the original data and limit access… so it can work for many users with different roles

---

<div class="post-metadata">

### Author: ![David\_Gabler](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david_gabler/32/44332_2.png) [@David\_Gabler](https://community.glideapps.com/u/David_Gabler)
#### Post date: [May 22, 2022, 8:06pm UTC](https://community.glideapps.com/t/catching-the-deep-link-for-the-same-row-from-another-tab/42239/7 "2022-05-22T20:06:29Z")

</div>

> [@Uzo](#):
>
> just add some columns to filter the original data and limit access… so it can work for many users with different roles

I had the same issue with data that should be seen by some other condition (ie. the item is/is not active). I used to have a separate menu option to maintain active vs. inactive items, but yesterday I just added some menu buttons via a list (thanks, @Robert_Petitto [🗺 Build Better Navigation](https://community.glideapps.com/t/build-better-navigation/42201)) Active/inactive/all. I simplified it for this note; it was actually a little more complex.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [May 23, 2022, 8:06pm UTC](https://community.glideapps.com/t/catching-the-deep-link-for-the-same-row-from-another-tab/42239/8 "2022-05-23T20:06:54Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
