Hey team, got an interesting challenge and I'm trying to find the cleanest way to manage it.
Essentially we have a process where users select multiple checkbox options..
As you can see above, using a checkbox element forces you to set values. They will be automatically set for you if you don't. Those values automatically replace "spaces" with underscores.
The issue is that when you go to display the selected results anywhere in the business process or subsequent forms it only displays the values (with underscores).
For example when a user selects the following options..
On the subsequent forms, emails or processes where the variable is used.. it displays the values instead of the choices.
As you all probably agree, this looks less than professional.
So I was wondering what could the best approach be to solving this issue?
We need to list out the options which were selected, but to have the underscores replaced with spaces. We also need it to be usable in an HTML block or within emails. So that means probably staging it somehow into a value input on the first form.
In another thread regex was suggested but I'm not entirely sure how we can regex the list of checked values and then use that in an HTML text block (as shown above).
So if there are any experts who could help that would be certainly most appreciated!
Cheers!
cc: @████████ @████████