Dropdown Properties
There are two ways to populate the drop-down list so that users can select the correct drop-down property value.
- Select a workflow that will run when this Form launches.
- Create a static list of items.
This is not the same Workflow used for the Form we are building, but a different one specifically for populating this field. This Workflow will return a two-column table with this table variable in a Self Service Response activity.
The first column is the ID. The ID is the actual value used in the activity, and the second value is the Name, which appears on the list.
Take these steps to select a Workflow:
- Click the Name radio button.
- Type the name of the desired Workflow to find it in the list.
- Select the desired Workflow.
When the Form launches, the Workflow selected will run first, and the Result of that Workflow will populate the dropdown list available to the user.
Use this option if the list you want to generate is dynamic and subject to change.
Take these steps to create a static list of items:
- Click the List Items radio button.
- Type the option names that you want on the list.
- Press Enter or click the enter icon to add the item to the list.
- If you wish to delete the item, click the Delete icon.
Use the static list option when you do not expect the list to change and do not want to rely on an additional workflow to populate it.