Use Value Type Enum in Create Drop Down

Hello,

I created a Value type for a string and gave it a data constraint of an enum of values. I also have an Ontology object with a property that is set to this Value type. In the Create action, how can I use the value type’s possible valid values to fill the form in the create action instead of a standard text box where the user can easily enter a non-valid value?

This is not possible as far as I know. You can however re-define the options manually within the action type itself under parameter > constraints. I recognize this isn’t perfect so I have filed an issue internally to track this for the future.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.