Issue
I have a Computed Field that should only pull one value, but the field shows as multi-select in the Entity schema. Can this be changed to single-select?
Environment
Registry
Cause
Computed fields that are set up to hoist from other fields are set as multi-select by default, and cannot be changed. This is to ensure that the computed field will not break if the hoisted-from field is set to multi-select in the future.
Resolution steps
This is not configurable. However, if the hoisted-from field is set to single-select, then the computed field will only ever display one value as well.