Hello All,
I have been searching for days to no avail; any help would be greatly appreciated.
I am working on a form that uses the multi select control. I am using a smart object to populate the multi select list with values (Let us just say the values are text options for example: Mon, Tues, Wed, Thur, Fri, Sat, Sun). If the user selects Mon, Tues and Wed from the Multi Select list, I want to be able to display in another list view (as separate rows) the user selected options of Mon, Tues and Wed. How can I achieve this? How do I access the Multi select value to display to the user? From the documentation, I understand the multi select value is stored in the database with a default semicolon delimiter, but how do I retrieve the value from the database and display it?