An email field is an alphanumeric field where user can type in their email address. This field has an auto validation to prevent invalid data.
Properties
Required: The email field can be set as required
Unique: The email field can be set as unique
Default value: A user can set the default value
Help Text: The user can enter help text for the email field
Description: The user can enter a description for the email field
Access Features
Queryable: The queryable feature reads a record from the database
Creatable: The creatable feature is used to create a record in the database
Editable: The editable feature is used to edit records in the database