Resolved! count all email notifications sent from ServiceNow (sys_email, type = send)
Hello, I need to count all email notifications sent from ServiceNow (sys_email, type = send) grouped by quarter between 2024-07-01 and 2025-06-30. The table is not reportable, and background scripts return 0 even when emails exist. What’s the best me...