Convert String property to Enum
E
Elliott Spira
Enum properties are great. Both visually, better UX when selecting a value, better and clearer validation
However, it's really hard to know what your unique values are when designing a blueprint. (e.g. JIRA Issue Types, Azure DevOps Work Item types)
This is one of two features that would be amazing around enums:
- convert an existing string property to Enum (the alternative today is deleting the property, losing all the values and then creating the Enum manually)
- enable a data source to add a new enum value to set (will open separately)