When applying an edit action to a dropdown field. Due to the lack of an enumeration data type, the dropdown field may inadvertently transform into a text field when an edit action is applied.
Discussion posts and replies are publicly visible
I have a hard time understanding what is going on here. Do you mind explaining it in more detail?
I want to use dropdown fields in a form and the form is editable. The data type available are text, int, date and Boolean.
How can I enumerate my choices for a drop down field.
In Appian, you typically use a constant for this kind of use cases.