Define a combo box (drop-down list) property
A combo box (or drop-down list) allows a message sender to click the list or type to search, and then select one of the values that the form designer has defined. For example, a list named Server Type might include the values Outlook Email, Oracle DB, EC2, and POP1.
Here's how this example appears to the message sender when they search for a combo box property:
To define the property, specify the following details and then click Create Property or Save Changes:

Setting | Description |
---|---|
Name |
Name of the property displayed in email, text, and push messages. |
Description |
Optional descriptive text that appears beside this property in the list on the Properties tab. You can use this to explain anything about the property that other workflow designers might find useful - it isn't shown to message senders or recipients. |
Help Text |
Text that appears on the form below the setting that's intended to help the message sender understand the intention of the property setting. Although this value is not mandatory, it should be used when the setting is potentially complex, or requires specific explanation to clarify its meaning in the context of the form. |
Values |
Allows you to specify the values of the options that will appear in the drop-down list. Each line represents an option; if you want a value to be selected by default when the form is viewed, add an asterisk after the value. For example, the following is a valid list with a default value of ValueD: Value1
Note: values will appear in the drop-down list in the order specified. |
Sort Alphabetically |
If you want to ensure that list values appear in alphabetical order, click Sort Alphabetically. For example, the list shown in the description of Values above would appear as follows after sorting: Value1
|