Hi everyone!
I'm building my first ZCLI app and I'm trying to pull the value of a custom organization dropdown field with the following line:
organization.custom_fields.arr
note: ‘arr’ is the field key
This works except it returns the tag, not the value, of the dropdown selection. How do I get it to show the value?