Under Knowledge Articles Outdated State is Not Defined for English LanguageIssue Under Knowledge articles, there's no option called as 'Outdated' in State. Because of this, users are unable to filter out KBs that are in the 'outdated' state when reporting.1. While fetching the report, in the filters State='Outdated' is not there. Due to this, ServiceNow is showing 'outdated' articles in reports.2. When we use Group by='state', then it shows the total amount, however, it doesn't show any data in the table.ReleaseN/AResolutionSolution:While the “Outdated” state is not currently defined in the KB schema for English-language articles, a practical workaround is available: ✅ Use the filter condition Latest = true when generating reports.This ensures that only the most current versions of KB articles are included, effectively excluding outdated versions from the results.Why This Works:When a new version of a KB article is published, the previous version is automatically marked as not latest. Filtering by Latest = true ensures that only the active, most relevant articles are reported—meeting the user’s intent without requiring a new state to be created.Next Steps (Optional):If there’s a future need to explicitly track or report on outdated articles, we recommend defining a new state called “Outdated” in the KB configuration. This would allow for more granular reporting and lifecycle management.