The CreatorCon Call for Content is officially open! Get started here.

change multi text to list collection or multi choice servicenow

_William_Knight
Kilo Guru

I have a field on my record producer that is a multi text field. I did like to change this field to a multiple choice field where I can select more than one answer as a choice or a list collector which will also allow me to select multiple options 

 

How if possible can I convert this multi text field to a multiple choice field 

 

Thank you all

1 ACCEPTED SOLUTION

Hi @_William_Knight ,

You can use OOTB Choice table [ sys_table ], insert all new entry in sys_choice table and add this table this List Collector.  The record producer must creating records in main table where this multi choice values are being used. So you can create these new value on the same table with field name. 

 

Map the table and add the ref value to display only valid/matched record. You can filter these new values on sys_choice table in LIST VIEW and "Copy query" and past it here in Reference qualifier

 

AshishKMishra_0-1700250213112.png

AshishKMishra_1-1700250402904.png

Let us know it it works for you or need more help.

-Thanks,

AshishKMishra


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

View solution in original post

5 REPLIES 5

Shubham Singh
Mega Guru

Hi @_William_Knight 

 

 

Create a label type variable to show the label of your multiple choice question and then create checkbox type variables for each choice. It will fulfil your requirement.

 

Example, if you have 3 choices, then you have to create 4 variables.

  • 1 for the label
  • 3 variables of checkbox type for each of 3 choices.

 

Thanks!

 

Please mark this response as correct and helpful if it works 👍✔️

AshishKM
Kilo Patron
Kilo Patron

Hi @_William_Knight ,

Yes, you can convert multi text to multi choice ( or list collector ).

I would suggest to create new variable for this multi choice ( or list collector ) and disable the existing multi text field. 

 

-Thanks,

AshishKMishra


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

If I select list collector, then I have to select a list table

 

But the choices are new and is not currently associated with any table? This is where I am getting stuck

Please guide

 

 

_William_Knight_0-1700249243543.png

 

Hi @_William_Knight ,

You can use OOTB Choice table [ sys_table ], insert all new entry in sys_choice table and add this table this List Collector.  The record producer must creating records in main table where this multi choice values are being used. So you can create these new value on the same table with field name. 

 

Map the table and add the ref value to display only valid/matched record. You can filter these new values on sys_choice table in LIST VIEW and "Copy query" and past it here in Reference qualifier

 

AshishKMishra_0-1700250213112.png

AshishKMishra_1-1700250402904.png

Let us know it it works for you or need more help.

-Thanks,

AshishKMishra


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution