Hello everyone,
I need some help.
Indeed, I am creating an app which works like Vinted (marketplace). I created a Chat screen and a notification screen.
When a customer clicks on a fav toggle, it creates a notification which says “customer has liked your item !”:
I created an action: when the user clicks on the notification, it creates a conversation.
The problem is that it creates a conversation every time the customer clicks on the notification. This is not correct :
If the conversation is already created, I would like that the action of clicking on the notification make us go to the conversation and not create an another one.
Do you know how I can make it happen ?
There are some screenshots of the setup of the action:
Thank you very much !