Hi, I am doing an actionable notification with 2 actions, I managed to do the notification and also the wait for trigger part. Now I'm trying to do different actions based on the action received.
What im trying to do is an if condition that checks the following template:
{{ trigger.event.data.action == 'ACTION_1' }}"
however this doesn't seem to work. Any idea how this can be achived?