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
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
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 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 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.
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.