You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have multiple conditionals in a rule you may need to know how many conditionals actually passed even though the evaluation of the rule may not equal true.
For example, in a LogicalOr with 6 conditions, if you meet 50% of the conditions you may do X, if you meet 90% then Y triggers.
This would be useful to access both in the Rule callback and from outside of the rule.
The text was updated successfully, but these errors were encountered:
If you have multiple conditionals in a rule you may need to know how many conditionals actually passed even though the evaluation of the rule may not equal true.
For example, in a LogicalOr with 6 conditions, if you meet 50% of the conditions you may do X, if you meet 90% then Y triggers.
This would be useful to access both in the Rule callback and from outside of the rule.
The text was updated successfully, but these errors were encountered: