Edit Enum
Editing an Enum allows you to update its description and add new values.
Steps to Edit an Enum
Navigate to the Enum Section
Click the Data icon in the Primary Left Panel to expand the menu.
Select Enums from the menu. The Secondary Left Panel will display the list of existing Enums.
Access the Enum to Edit
To edit an Enum from the Secondary Left Panel:
Hover over the Enum you wish to edit.
Click the Kebab menu (three dots) that appears.
Select the Edit icon from the menu.
Alternatively, you can access the Enum page directly:
Click on the Enum name in the Secondary Left Panel to open the Enum page on the right side of the panel.
In the Actions Bar at the top of the Enum page, click the Edit icon.

Modify Enum Details
Description
Update the description as needed. The description field is always editable and can be modified to provide additional context or information about the Enum.
Validation Rules:
The description length should be between 0 and 400 characters.
Enum Values:
Existing values cannot be edited if they are in use; however, you can add new values.
To add new values, enter the new values in the provided field, adhering to the following validation rules:
Each value must be unique within the Enum.
Each value must be between 2 and 4000 characters long.
Values cannot be empty"
Values cannot include spaces.
Submit the Change
Click the Update button to save the changes.
The updated Enum, including any new values, will be reflected in the Enums page.
Last updated