What problem does it solve? Configuring Salesforce Decision Tables involves many constraints—source object rules, Group By requirements, dataset link type compatibility, activation and refresh timing, and org-wide invocation limits—that are easy to violate and hard to debug. This Skill provides expert guidance across the full Decision Tables lifecycle so admins and consultants avoid misconfiguration and stale-rule errors. ## Core Features & Use Cases - Lifecycle Guidance: Walks through design, creation, input/output and operator selection, sort order, condition logic (AND/OR/Custom), Group By, activation, refresh, and distribution via change sets or packages. - Flow and API Integration: Explains invoking decision tables from Flows (with or without dataset links), Connect REST API, and Apex ConnectApi, including outcome variables and runtime operator overrides. - Limits & Gotchas: Documents hard limits (100,000 rules, 30 inputs, 5 outputs, cumulative hourly invocation caps) and 13 known pitfalls such as blank-field matching, multi-select picklist constraints, and post-deployment reactivation. - Use Case: A Manufacturing Cloud admin building discount rules asks how to evaluate 30,000 pricing rules efficiently; the Skill recommends a Group By field with AND + Equals to raise the invocation ceiling to 1.5M/hour and explains the required Flow action configuration. ## Quick Start Ask how to create and activate a decision table that evaluates discount rules from a custom object and invoke it from a scheduled Flow.