I use a dropdown field to route emails to various account managers, using their emails as hidden values.
The notifications are being sent to the correct emails, but reporting the wrong labels being chosen. Regardless of what the user selects, the alphabetical first option attached to that particular email is what’s reported in the notification.
For example, when a simplified version of my dropdown choices is:
A | bob@website
B | bob@website
C | charlie@website
D | charlie@website
E | bob@website
If user selects A, B, or E, bob@website receives the notification (as it should), but the notification always says that the user selected A.
If user selects C or D, charlie@website receives the notification (as it should) but it says the user selected C.