Enum issue

When auto converting to text, enum is treated as byte. You’d need to convert first to string (Enum to String), and then to text.