# Need help: In Chat module , Get different apps screen link into another app

**URL:** https://community.glideapps.com/t/need-help-in-chat-module-get-different-apps-screen-link-into-another-app/77267
**Category:** Ask for Help
**Created:** [October 23, 2024, 9:15am UTC](https://community.glideapps.com/t/need-help-in-chat-module-get-different-apps-screen-link-into-another-app/77267 "2024-10-23T09:15:07Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Dilip\_Adiga](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dilip_adiga/32/60330_2.png) [@Dilip\_Adiga](https://community.glideapps.com/u/Dilip_Adiga)
#### Post date: [October 23, 2024, 9:15am UTC](https://community.glideapps.com/t/need-help-in-chat-module-get-different-apps-screen-link-into-another-app/77267/1 "2024-10-23T09:15:07Z")

</div>

Hi Guys,

I have a an requirement where I am implementing chat between two different apps sharing same database

From app 1 I am sending message and it records in DB and sends what’s app update to recipient with message and Screen link to open

But unfortunately since the user is not having access to the app from which message is sent clicking on the link will not let the user login.

Same when message is sent from other side.

How can I handle this scenario? Its important for me to send the link so that people can link and reply to chat directly

Thank you in advance for helping me

Regards,  
Dilip

---

<div class="post-metadata">

### Author: ![Dilip\_Adiga](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dilip_adiga/32/60330_2.png) [@Dilip\_Adiga](https://community.glideapps.com/u/Dilip_Adiga)
#### Post date: [October 23, 2024, 12:54pm UTC](https://community.glideapps.com/t/need-help-in-chat-module-get-different-apps-screen-link-into-another-app/77267/2 "2024-10-23T12:54:41Z")

</div>

Hi Guys,

Is there a way we can construct URL by using some predefined values using template column

Do link to screen follow some particular patter which I can make use of?

It would work for me if it can open the particular campaigns chat window.

Regards,  
Dilip

---

<div class="post-metadata">

### Author: ![micheal](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/micheal/32/80181_2.png) [@micheal](https://community.glideapps.com/u/micheal)
#### Post date: [October 23, 2024, 1:12pm UTC](https://community.glideapps.com/t/need-help-in-chat-module-get-different-apps-screen-link-into-another-app/77267/3 "2024-10-23T13:12:12Z")

</div>

so there are two apps A and B  
when person a sends a message on app A, person B get’s the update but you want to provide a link that takes person B to the chat right?  
Would they go to the current chat or to the chat ID?  
I haven’t done this before so I’m not sure if this will work.

But you can generate URL for each row, using the row ID. On both apps make a this row URL column  
for app B when a chat is engaged send the user the URL

> [@Dilip\_Adiga](#):
>
> Is there a way we can construct URL by using some predefined values using template column

you can get a row URL using the rowID, it’s called deep links, then you can have an action or write the URL to your column

> [@How can I use Row IDs/deep links to create a public profile URL to users can share with others?](https://community.glideapps.com/t/how-can-i-use-row-ids-deep-links-to-create-a-public-profile-url-to-users-can-share-with-others/38933/4):
>
> Or like, are there any Glide app templates that make use of the feature I’m looking for (being able to share a profile URL)? I can certainly try working backward from that but didn’t see anything that looked like this with my first go through

---

<div class="post-metadata">

### Author: ![Dilip\_Adiga](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dilip_adiga/32/60330_2.png) [@Dilip\_Adiga](https://community.glideapps.com/u/Dilip_Adiga)
#### Post date: [October 23, 2024, 2:50pm UTC](https://community.glideapps.com/t/need-help-in-chat-module-get-different-apps-screen-link-into-another-app/77267/4 "2024-10-23T14:50:37Z")

</div>

Hi @micheal ,

Thank you for your reply.

the issue I am facing with doing it is

My App a starts with [www.crm.com](http://www.crm.com) domain

My App b starts with www.aftool.in domain

different domain names and User A does not have access to App b

User B does not have access to App a

User A write to app a so when link to screen is saved in DB it writes App a link

User B writes to app b so link to screen is saved it writes App b link

**Mine is a two way chat feature the problem is**

When User A writes a chat message in App a → [make.com](http://make.com) sends the message sent as notification to User B the message contains the screen link to App a which user B does not have access

When User B writes chat message in App b → [make.com](http://make.com) sends the message sent as notification to User A which contains screen link to App b which user A does not have access to

The link to screen values are sent from the same row as the entry.

Let me know if you got my issue or need more clarity.

Thank you in advance for your help.

Regards,  
Dilip

---

<div class="post-metadata">

### Author: ![Dilip\_Adiga](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dilip_adiga/32/60330_2.png) [@Dilip\_Adiga](https://community.glideapps.com/u/Dilip_Adiga)
#### Post date: [October 24, 2024, 12:48am UTC](https://community.glideapps.com/t/need-help-in-chat-module-get-different-apps-screen-link-into-another-app/77267/5 "2024-10-24T00:48:40Z")

</div>

Hi guys,

Checking in to know if anyone else has faced similar issue or if anyone has some solution to this problem ?

Thank you in advance, would be of great help if someone can help me crack this.

Regards,  
Dilip

---

<div class="post-metadata">

### Author: ![micheal](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/micheal/32/80181_2.png) [@micheal](https://community.glideapps.com/u/micheal)
#### Post date: [October 24, 2024, 6:28pm UTC](https://community.glideapps.com/t/need-help-in-chat-module-get-different-apps-screen-link-into-another-app/77267/6 "2024-10-24T18:28:14Z")

</div>

Hello, I haven’t faced this so I can’t come up with a solution off the top of my head, unless I’m testing inside the app itself. Sorry if it’s not helpful.  
Others would be here to help soon.  
In the meantime you can send me a DM - for me to take a look at the app.

---

<div class="post-metadata">

### Author: ![Dilip\_Adiga](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dilip_adiga/32/60330_2.png) [@Dilip\_Adiga](https://community.glideapps.com/u/Dilip_Adiga)
#### Post date: [October 28, 2024, 6:39am UTC](https://community.glideapps.com/t/need-help-in-chat-module-get-different-apps-screen-link-into-another-app/77267/7 "2024-10-28T06:39:56Z")

</div>

Hi Guys,

Anybody facing this issue, please follow this video by Rob

[![](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/a/9a9ab99a81d5c7a11c211511351e38723943c13a.jpeg "Glide: Create a Deep Link to ANY SCREEN") ](https://www.youtube.com/watch?v=ciUf_qUmTW0)

It answers the question I asked.

Regards,  
Dilip

---

<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: [November 4, 2024, 6:40am UTC](https://community.glideapps.com/t/need-help-in-chat-module-get-different-apps-screen-link-into-another-app/77267/8 "2024-11-04T06:40:43Z")

</div>

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