The problem is that Choice Field Nintex Workflow email shows too much script to end user so how this can be corrected to look like nicer and like a normal email.
This how it looks now in email: {"__metadata":{"type":"Collection(Edm.String)"},"results":["iPhone","LG","Windows"]} Best answer by bamaeric
Hi Sari,
You can get the choices to display a better format by following these steps:
Add the "Set Workflow Variable" action to you workflow and configure it with these options:Variable = Text variable you created Value = Configure with these options:Click "Advanced Lookup" Equals = List Lookup Source = Current item Field = Your choice field in the list Click the Fx button to the right of Field and select "Choices, Comma Delimited" from the dropdown. Click the Insert button. This will result something like iPhone,LG,Windows. You can clean this up with a Regular Expression to add spaces after the commas and store the result in your Workflow Variable. Add the Workflow Variable to you email and you should be good.