create_decision_input
Add a new input to a ServiceNow decision table by providing its name, data type, and parent decision sys_id. Configure decision inputs directly with optional order and additional fields.
Instructions
Add an input to a decision table (sys_decision_input). Requires WRITE_ENABLED=true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Input name/label | |
| type | No | Input data type (e.g., string, integer, reference, boolean) | |
| order | No | Display order of the input | |
| fields | No | Additional sys_decision_input field values to set | |
| decision_sys_id | Yes | sys_id of the parent decision table (sys_decision) |