Hello Community,
Here is my case:
I have a typeform-questionaire which gives me 5 variables ABCDE between 0 and 40.
The variable with the highest number should start an action.
Unfortunately typeform can’t compare and choose the highest variable of these 5.
So this is where I wanted to use Paths.
I already accomplished the following:
5 Paths - each comparing one variable against all the others -
So: comparing A greater B AND A greaterC AND A greater D AND A greater E
and if A is greater than all of them, the action is initiated.
Here it becomes tricky.
Sometimes there are 2 variables which are even.
In this case no path is triggered unfortunately.
So what I would need is a combination of rules so at least one path is triggered.
Something like:
If A is greater than B OR If A is even B AND
If A is greater than C OR If A is even C AND…
Can someone help me out with a possible solution?
Happy to hear from you. And Thanks