- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2021 06:59 AM
Hi all,
I have created a List field with some choices on a form. It works in UI16 but not in Workspace.
Thoughts?
UI16
WORKSPACE
Thanks in advance.
Solved! Go to Solution.
- Labels:
-
Agent Workspace

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2021 06:53 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2021 06:53 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2021 01:52 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2022 01:22 PM
Did you figure this out?? I'm having the exact same issue.
Brandon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 06:03 PM
Did you get this to work? I am having the same issue.