Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

List field with choices doesn't work on Workspace

Dennis2
Kilo Expert

Hi all,

I have created a List field with some choices on a form. It works in UI16 but not in Workspace.

Thoughts?

UI16

find_real_file.png

 

WORKSPACE

find_real_file.png

Thanks in advance.

 

1 ACCEPTED SOLUTION

Ian-Fusion3
Tera Guru

I actually just was dealing with this same problem. I didn't want to create another table to store the values. The workaround I found was to keep the choice values, but then add a reference to the List field of 'sys_choice' and set the condition to be: element = [column name]

That way you can use your choices and it works in Workspace.

View solution in original post

8 REPLIES 8

Ian-Fusion3
Tera Guru

I actually just was dealing with this same problem. I didn't want to create another table to store the values. The workaround I found was to keep the choice values, but then add a reference to the List field of 'sys_choice' and set the condition to be: element = [column name]

That way you can use your choices and it works in Workspace.

Hii!!

I also have the same problem for my list field. I have a list field and choices for it instead of referering to a table.

As proposed I gave reference as Choice Set (sys_choice) and Element as column name.

But when i try to select choices from the field  , The column name is seen but the not the choices which i created. 

Please suggest me what to do and what am i missing.

Thanks, 

Pravallika

Did you figure this out??  I'm having the exact same issue.

 

Brandon

 

1986SG
Tera Contributor

Did you get this to work? I am having the same issue.