Check boxes to make multiple selections

Bargavi
Mega Expert

can we include a check box field for selecting multiple values in record producer? what should be the variable type in record producer and field type in form?

15 REPLIES 15

Brad Tilton
ServiceNow Employee
ServiceNow Employee

If you wanted multiple checkboxes you would need a variable for each checkbox. You could also use a multiple choice (radio buttons) or list collector variable. Could you share a little more about what you're wanting to achieve?


Hi Brad,



Thanks for replying.


I have a field name Project Type which has choices X, Y, Z and Other. I must be able to select X and Y out of X,Y,Z and other.



Bargavi


Brad Tilton
ServiceNow Employee
ServiceNow Employee

Then I think you'll either need to use multiple checkbox variables or create a lookup table and use a list collector.


Hi Brad,



1. what does the list table refer to when I use list collector?


2. I do not find anything like multiple check box variable in record producer.



Bargavi.