Hello, I have a list that shows notifications that have 2 different types. 1 is the “order” type, and 1 is the “chat” type.
So far I’ve successfully shown those 2 different types of notification with different headers using Visibility technique. But I’m failed when I want to link them to different screens.
How to link those 2 types to different screens? Let say if the notification type is the "order: then it will go to Screen “List Order”, and if the notification type is the “chat” then it will go to Screen “Chat”?
I’ve tried using conditional action like these below but it always goes to the same screen.