Set Default value
Greetings,
I recently created an enum property with my country's States. I'm using it for technicians to enter complete a Form for internal activities.
I want to set the Default value for the real State property to be the value entered with the enum property but it returns the id instead of the value.
Is there a way to return the value instead of the ID?