Hi!
There is any way with automations to do something like this?
trigger -
actions:
choose
option 1: if true set a = 1
choose
option 1: if true set b = 2
choose
option 1: if true set c = 3
notify
message: [a, b, c]
If 1st and 3rd “choose” actions were true and 2nd “choose” action was false, I should receive a message with “1 3”
I hope it is clear what I want to achieve
Thanks in advance!
2 posts - 2 participants