Skip to main content

Hello All,


I have a choice field (Check box) in the list, it have three games Football,Cricket and Tennis. User can select multiple values. when user selected first two games value stored in the list as "Football,Cricket", but when I add that field in workflow email it is showing as ";#Football;#Cricket;#".


How can I avoid ";#" value in email content and just display as comma seperated values as it showed in list?


Advanced thanks for your time.


Kiran Batta.

Hi Kiran,


You will need to use the Text > Replace inline function and search for ";#" and replace it with an empty string. You can use the inline function in your email event so it should not be too difficult to achieve.


Regards,


Hello Johan,


I have used Replace, Mid, Length and IF functions to get desired result.


Thank you for your suggestion.


Regards,


Kiran Batta


Reply