---
title: "Dropdown Fields & Options"
description: "Add a Dropdown question to a form and manage its choices: bulk-add them in a key|value format, and rename what people read without breaking the routing rules written against the stored key."
category: "Building workflows"
updated: 2026-08-27
canonical: https://approvethis.com/docs/manuals/dropdown-fields
---

# Dropdown Fields & Options

A Dropdown question needs a list of choices, and the Options tab on the field card is where that list lives. This guide covers loading choices into that editor with Bulk edit and changing what requesters read afterwards, using the stored key | displayed text pipe syntax. It's written for Administrators editing a workflow that already has a published Dropdown field on its form. Because the stored key and the displayed text are separate halves of each line, it matters which half you touch — routing conditions and lookup tables compare the displayed label, so a rename is the risky edit, not a harmless one.

**Who this is for:** an Administrator.

> **Prerequisite:** Sign in as an Administrator.

> **Getting here:** Edit the form on the workflow's Form tab. Click a field's card to expand it; a Dropdown field's card has an Options tab.

## Open the Dropdown's Options tab and add its choices with Bulk edit

Typing choices one at a time is slow when you already know the whole list; Bulk edit takes the entire set in one paste and gives the requester a populated select on the form. Keep in mind that bulk editing regenerates the stored keys from the pasted text, so pasting over an existing list can rewrite keys that conditions rely on.

1. Sign in as an Administrator and open the workflow whose form you're editing.
2. Click the Dropdown field's card on the Form tab to open it (**Priority** in the example screenshots).

   ![Click the Dropdown field's card on the Form tab to open it (Priority in the example screenshots).](https://approvethis.com/docs-assets/manuals/dropdown-fields/screenshots/dropdown-fields-s1-01.png)

3. Click **Options** to switch the card to its choices editor.

   ![Click Options to switch the card to its choices editor.](https://approvethis.com/docs-assets/manuals/dropdown-fields/screenshots/dropdown-fields-s1-02.png)

4. Click **Bulk edit** to swap the one-at-a-time list for a free-text area.

   ![Click Bulk edit to swap the one-at-a-time list for a free-text area.](https://approvethis.com/docs-assets/manuals/dropdown-fields/screenshots/dropdown-fields-s1-03.png)

5. Type your choices into **Options, one per line**, one choice per line, using `stored key|displayed text` when you want the matched value to differ from what requesters read — the example uses `low|Low priority`, `medium|Medium priority`, and `high|High priority`.

   ![Type your choices into Options, one per line, one choice per line, using stored key|displayed text when you want the matched value to differ from what…](https://approvethis.com/docs-assets/manuals/dropdown-fields/screenshots/dropdown-fields-s1-04.png)

6. Click **Save** to write the pasted list onto the field.

   ![Click Save to write the pasted list onto the field.](https://approvethis.com/docs-assets/manuals/dropdown-fields/screenshots/dropdown-fields-s1-05.png)


> **Success cue:** The card header reads **Dropdown Options** with your pasted choices listed beneath it.

## Rename a choice's displayed text without changing its stored key

Wording changes happen — "High priority" becomes "Urgent" — and editing only the text after the pipe leaves the stored key untouched. Be aware that threshold conditions and lookup tables match on the displayed label, so any rule or lookup row written against the old wording stops matching the moment you save the new text.

1. Click **Bulk edit** to reopen the pasted list.

   ![Click Bulk edit to reopen the pasted list.](https://approvethis.com/docs-assets/manuals/dropdown-fields/screenshots/dropdown-fields-s2-01.png)

2. Edit the text after the pipe on the line you're renaming and leave the key before the pipe as it is; in the example, `high|High priority` becomes `high|Urgent` while the other lines stay unchanged in **Options, one per line**.

   ![Edit the text after the pipe on the line you're renaming and leave the key before the pipe as it is; in the example, high|High priority becomes high|Urgent…](https://approvethis.com/docs-assets/manuals/dropdown-fields/screenshots/dropdown-fields-s2-02.png)

3. Click **Save** to apply the new wording.

   ![Click Save to apply the new wording.](https://approvethis.com/docs-assets/manuals/dropdown-fields/screenshots/dropdown-fields-s2-03.png)


> **Success cue:** Back under **Dropdown Options**, the renamed choice shows its new text in the list.

> **What happens next:** Two separate things the key does. First, it is the choice's identity: Bulk edit rebuilds each line's key from its text, so a line with no "key|" prefix becomes a brand-new choice and the old one is dropped — keeping "high|" is what makes the rename edit the existing choice instead of replacing it, so requests already submitted with it stay intact. Second, and separately: threshold and routing conditions and lookup tables match a Dropdown answer by its displayed text, not its key — so whenever you change what a choice displays, update any condition or lookup row that referenced the old wording, or it will quietly stop matching.

