create_kpi
Create Key Performance Indicators by aggregating ServiceNow data with functions like COUNT, AVG, SUM, MIN, or MAX from specified tables and filters.
Instructions
[Write] Create a Key Performance Indicator from ServiceNow data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | KPI name | |
| table | Yes | Source table | |
| field | No | Aggregate field | |
| aggregate | Yes | Aggregate function: COUNT/AVG/SUM/MIN/MAX | |
| conditions | No | Encoded query filter | |
| unit | No | Display unit |