Create Decision Table and Text Rules
Beginner
15 min.
Create and activate the decision tables and text-based rules to create the decision logic.
You will learn
- How to create decision table rules
- How to create text rules
A decision table rule is the collection of rule expressions in tabular format. The rule expressions are sequentially executed, and the matching rows are returned.
A text rule is a decision logic in a simple if-then-else format. A text rule evaluates a single rule expression and returns the result that matches the condition.
In this tutorial, we will create the decision logic required to assign equipment for the new hire, both as a text rule as well as a decision table.