- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have used an excel file with the headers personal email, first name and last name. The data in the last name isn't getting captured when I load the data. I am using the Imported Alumni [sn_asc_user-imp] table as recommended by the documentation. Any suggestions on how to rectify this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hello @MadhurM ,
It could be data type mismatch or any other reason. Please review the import logs and share the key information from the log to answer precisely.
Recommendation: Download the table template and use it with the excel sheet data to avoid such issues.
- Type sn_asc_user_imp.list in the application navigator and enter
- Right-click any column header in the list view
- Select Import → this will give you an option to Download Template
- The downloaded Excel file will have the exact column headers ServiceNow expects
- Fill your data into that template and re-import
If this answered your question, please hit Helpful and Accept as Solution
Thanks,
Vinod Kumar M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hello @MadhurM ,
It could be data type mismatch or any other reason. Please review the import logs and share the key information from the log to answer precisely.
Recommendation: Download the table template and use it with the excel sheet data to avoid such issues.
- Type sn_asc_user_imp.list in the application navigator and enter
- Right-click any column header in the list view
- Select Import → this will give you an option to Download Template
- The downloaded Excel file will have the exact column headers ServiceNow expects
- Fill your data into that template and re-import
If this answered your question, please hit Helpful and Accept as Solution
Thanks,
Vinod Kumar M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
it was creating new fields that were not pre existing and it assigned the type based on the data sent so it was of the wrong type and I removed the fields and used it again to set the correct type. Thank you.