Hello,
I have modeled a formular which has a radio group and a button. Furthermore, I have one result state corresponding to each option in the radio group.
In order to determine which result state actually is to be reached I want to attach a condition to each flow to the result states that tests which option has been chosen.
Which operator can I use for writing these conditions? I have tried the "like" operator as well as the "==" operator but neither seems to work.
I have written something like:
=LIKE(@decision, 'option a')
as well as:
=(@decision=='option a')
What am I doing wrong here?
Thank you very much
Alexander