
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 08:58 AM
Is there an easy way to import tasks into a CWM space (i.e. from a excel spreadsheet) that does not involve platform admin support?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 07:55 PM - edited ‎03-17-2025 08:05 PM
Hi Jonah,
This is on our future roadmap to make it viable for end user without admin support.
If the tasks are repetitive, you can save it as board template and User can create a fresh board out of it.
As of now, the alternative is to import via standard ServiceNow platform process.
Major tables to be populated: sn_cwm_task, sn_cwm_task_custom(linked to task via source id and source table), sn_cwm_board, sn_cwm_columns_usage(if you have new custom columns)
Thanks and Regards,
Sunil B N
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 09:01 AM
To get the data you can use import /export or send the attachment to ServiceNow and then parse it and move the excel data to required tables and fields.
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
‎03-17-2025 07:55 PM - edited ‎03-17-2025 08:05 PM
Hi Jonah,
This is on our future roadmap to make it viable for end user without admin support.
If the tasks are repetitive, you can save it as board template and User can create a fresh board out of it.
As of now, the alternative is to import via standard ServiceNow platform process.
Major tables to be populated: sn_cwm_task, sn_cwm_task_custom(linked to task via source id and source table), sn_cwm_board, sn_cwm_columns_usage(if you have new custom columns)
Thanks and Regards,
Sunil B N

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2025 02:15 PM
Thank you @Sunil B N