Different Link Action for same List

Hello, I have a list that shows notifications that have 2 different types. 1 is the “order” type, and 1 is the “chat” type.

Image 246

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.


suddenly I’ve found the trick myself.

For you who want to achieve the same objective like this, I’ll share it here.

I made 2 whole groups all the rectangle, the text, and the header icon (each group for each notification type). Then did the visibility trick and also the action link on each of the groups.

Group 1
Sometimes visible : if the condition A true
Action : Link to Screen A

Group 2
Sometimes visible : if the condition Bvtrue
Action : Link to Screen B

All of those inside the Custom List.