Hey guys,
the branche piece asks for a condition that is true or false. But how does it work if I want to query a value and I have different options for it.
Process 1 if value X equals “red”.
Process 2, if value X equals "blue
Process 3, if value X equals "yellow
Let me explain the situation briefly. I receive data via a webhook. Depending on the values, I want to execute an individual http request. For this, I need to retrieve a value from the webhook’s data and store the condition somehow. But the branch piece only gives me the option to check one or more values for true or false. I attached you a screenshot that shows what I would actually need. The check for a condition and an individual subsequent process for EACH of the 3 possible cases.
I already thought of this possibility, I just assumed that there is probably another more elegant solution.
But then I solve it like this. Thank you for your help