I created a simple example to collect information when someone types in something like: GIVE missions where GIVE is the task and missions is an example alphanumeric field value. When I test this, the value of the alphanumeric field gets truncated to the first letter and capitalized.
In the Train area I have this: Give {test_var} where test_var is type Twilio.ALPHANUMERIC
I would expect to get the whole value back and not just the first letter.