When creating an email template using data from the form, I use the / to get a list of my fields which shows me the correct field names as used in the Label setting (for the Select Box component.)
I have 5 fields that use a numeric value to populate the email with a qty requested for each option. When I type the / I get the correct field names, I select the one I want and then the email designer will show something totally different as a field name (in green). This has now given me three duplicate field names (out of 5), but when I submit the form the workflow runs, sends me an email and lo and behold the values are correct.
Example below:
The values for testing are the values 1 through 5 top to bottom. The fields are NOT supposed to be duplicated.
When the email arrives this is what I get:
Based on the design I should have got 1, 2, 2, 1, 1
Any idea why this is doing it?