How to import choices list with Table?

Andrew_XU
Tera Contributor

So how to do it?

6 REPLIES 6

She Sull
Giga Guru

You need to import the choices directly to the choice table. You indicate the table, element, label, and value of the choices in the imported file.


Thank you!



Do   you have any idea for Batch import? like 1000+ choices list with table


antin_s
ServiceNow Employee
ServiceNow Employee

Hi Fayu,



For Bulk/Batch imports, you can use Import Set Table and Transform Map to migrate the data into choice list table. Please refer the below URL which will give you more idea on how to use Import Set and Transform Map to achieve your use case. The major advantage is, it can help you to keep the track of status of migration and retry mechanism.



Importing Data Using Import Sets - ServiceNow Wiki



Hope this helps. Mark the answer as correct/helpful based on impact.



Thanks


Antin


Thank you Antin


I use this form import choices list


sys_choice.xlsxfind_real_file.png


find_real_file.png


How to auto update this table?