set_system_property
Create or update a ServiceNow system property value directly from AI workflows. Manage configuration settings by specifying property name, value, and type.
Instructions
Create or update a ServiceNow system property value. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Property name | |
| type | No | Property type: string, integer, boolean, choice, password2, etc. | |
| value | Yes | Property value | |
| description | No | Optional description |