home › Forums › # Technical Support › multiple output variables in same rule › Reply To: multiple output variables in same rule
May 25, 2017 at 06:26
#2540
Keymaster
Hi,
thank you for your post.
You need to split the rule into multiple rules.
if X is x then Y is y
if X is x then Z is z1 with 0.7
if X is x then Z is z2 with 0.03
Cheers.