- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 02:56 AM
How to make the sys_email table selectable in data visualisation when I try to add a data source?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 03:04 AM
Some sys-tables are excluded from reporting.
If the business case is valid, you can add the table to the 'glide.ui.permitted_tables' system property.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 03:02 AM
Hi @SwapnilC
Try with Report Sources -
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 03:04 AM
Some sys-tables are excluded from reporting.
If the business case is valid, you can add the table to the 'glide.ui.permitted_tables' system property.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 03:07 AM
https://www.servicenow.com/community/developer-forum/platform-analytics-tables-available-for-data-so...
Answered my question there

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 03:08 AM
Hi,
You will need to add the sys_email table to the property that controls which system tables are available for reporting.
Be aware that doing this enables the table to be available in all reports, not just the visualization you're creating.
Check this link: Controlling access of reporting on system tables - Support and Troubleshooting