I have a checkbox with 35 different choices. Most of the choices are long, over 25+ characters. The value for each checkbox choice is 3 chars long. Once the form is completed, I need to send an email that basically says "These are the choices that were selected". I saved the form to the repository and then called a workflow where I am retrieving the form's business process variables. I can retrieve the values of the selected checkboxes into a multivalue token and then display them in the email. But it shows the values of the checkbox instead of the choices.
It looks something like this...
I need to be able to show the corresponding choice from the checkbox. It would look like this...
We ask that you provide the following:
Private Testing
Note taking assistance
A meeting with student to discuss alternative forms of oral in-class participation
Blood sugar monitor may sound during class
Is there a way to show the choices instead of the values of the checkbox?