Exporting list of Dynamic CI Group CIs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 11:09 PM
Hello,
I would like to export CIs that belong to a Dynamic CI Group.
When I click on the 'View CMDB Groups CIs' I'm getting a list of CIs that belong to that Dynamic CI Group, but I can't export the list by (the usual) right-clicking on the column header.
Is there other way to export that list into an excel or csv file?
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 01:21 AM
Hello,
Is there any solution to this requirement ?
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2024 01:18 AM
Has anyone found a solution to this issue? I've been exporting data from the svc_ci_assoc table, but it hasn't provided a good user experience for the service owner. Has anyone come up with a better solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2024 01:30 AM
To export the list of CIs from a Dynamic CI Group in ServiceNow, follow these steps:
Use the Export Option: Instead of right-clicking on the column header, look for the "List" options at the top of the table (near the list name). There should be an Export button or option that allows you to export the list to CSV or Excel format.
Use Report Builder: If the export option isn't available directly from the list, you can create a report based on the Dynamic CI Group. Navigate to Reports > Create New, filter the report to show CIs from that Dynamic Group, and then use the export functionality from the report.
Use Data Export: You can also export data from the System Export feature (System Definition > Tables) if you have the right permissions. Filter for the CIs tied to the group, and export them from there.
Let me know if you need more details on any of these steps!