- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 07:19 AM - edited 03-24-2023 08:26 AM
Hi everyone!
I need to get all the input entries in the back end view of this field. If I input 2 or more values in the variable in the catalog item, it should appear also in the backend however I am only getting one value. What should I input in the attributes for it to show all the values I selected?
Thanks!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 08:04 AM
That is exactly what we did. Check the field length on the List field on the table. Its probably 32, change it to 4000 and see if that fixes the problem. If not you may have to either file a support ticket to see if they can fix it or just delete the field and recreate it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 07:48 AM
Need more information. Do you not see them once you have submitted the cat item? Do you not see them in an onChange script? If its an onChange script which field is it on? Do you see two values when there are three added? Have you checked to see if there is a console error in the browser?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 07:51 AM
Hi when I submitted 2 or 3 values in the cat item, at the backend it always gets the first value entered.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 08:00 AM
Is this cat item a record producer?
I have seen this issue once and it was because we changed a table field type from Reference to List and it caused our record producer to do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 08:02 AM
Yes this is a record producer, but it is the backend that I changed from refence into list type