I am working on the ignition gold cert practice test. I ran into an odd error where the value of my staff_id dropdown does not seem to be passing correctly. I am running this script:
and getting this error:
It seems to be truncating the value to the first character, but I can’t figure out why. The data type in the database is varchar like the other strings:
What am I missing?