Skip to main content

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

The ApplyRuleSet activity in the designer

Example

outputVariable = ApplyRuleSet("<tableName>", "<ruleSetName>")

Inputs

NameTypeRequiredDefaultDescription
Table NamestringYesName of the in-memory table to apply rules to.
Rule Set NamestringYesName of the rule set to apply (configured in the platform).

Outputs

NameTypeDescription
outputVariablejsonStores result (ruleSet, rulesApplied, rowsBefore, rowsAfter).