A Decision table in ServiceNow is a configuration option that can be used to evaluate multiple conditions and return a result based on predefined logic. It simplifies complex decision-making by organizing rules in a tabular format, where each row represents a unique set of conditions and their corresponding output.
Decision Tables are used when:
Inputs (Conditions)
Rules (Rows)
Now create a flow in flow designer and attach this decision table to flow like below
Now use update record action to update the assignment group based on category using data pill of corresponding decision table.
Output – Open incident form and update the category to “Hardware” on incident and check assignment group in incident will be updated to Hardware.