Hello,
I was wondering how deep I can go with the nested boolean logic. For example when I want the following "rule":
if (game duration is 40 AND foul count is or higher than 5 AND (name is Jonah OR name is Dennis)) OR (game duration is 48 AND fould count is or higher than 6) THEN ...
How would I go about my json rule code?
Can anyone shed some light on this case?