Hello,
I'm creating a model that updates multiple fields at once for a hosted feature service.
Only one field is not a pre-set value and would be defined by the user when opening the tool.
I created a string variable with a value list that provides a dropdown of values, all of which are domains in the hosted service, but strangely one of them is not working.
When selecting any of the number string options, they fill in properly, but when I choose the "Other" option, the tool runs successfully but the field is left Null. Any idea what might be happening here?
The specific section of the model:

The calculate field settings:

How the tool looks when opened, and the HFS domain list

