Apply Rule Set
Applies a named rule set to a table. Rules are applied in order and may reference lookup tables for commission rates, allowed values, etc.
Category: Named Tables & Rules Engine · Group: Tables · Activity name: ApplyRuleSet

Example
outputVariable = ApplyRuleSet("<tableName>", "<ruleSetName>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Table Name | string | Yes | Name of the in-memory table to apply rules to. | |
| Rule Set Name | string | Yes | Name of the rule set to apply (configured in the platform). |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | json | Stores result (ruleSet, rulesApplied, rowsBefore, rowsAfter). |