###
Problem / Use Case:
Currently, ClickUp Form logic only allows for showing or hiding an entire field. However, many workflows require the same field to be shown but with a restricted list of options based on a previous selection.
Without this, we are forced to create multiple duplicate Custom Fields (e.g., "Version - Corolla," "Version - Tucson," etc.) to show the correct options, which clutters our Workspace, complicates reporting, and makes data mapping difficult.
###
Requested Feature:
(This is an alternative to Cascade Custom Field, at least for Forms)
The ability to select which specific values of a Dropdown or Label field are visible when a specific condition is met in a Form.
Example Scenario:
I have two Custom Fields:
*
Field A (Car Model):
Corolla, Tucson, X1
*
Field B (Version):
Basic, Complete, Premium
Desired Logic:
* If
Corolla
is selected Show
Version
field but only display options:
Basic, Complete
.
* If
Tucson
is selected Show
Version
field and display all options:
Basic, Complete, Premium
.
* If
X1
is selected Show
Version
field but only display options:
Complete, Premium
.
###
Benefits:
  1. Cleaner Data:
    Eliminates the need for redundant custom fields.
  2. User Experience:
    Prevents users from selecting invalid combinations (e.g., selecting a "Premium" version for a car model where that version doesn't exist).
  3. Efficiency:
    Simplifies Form setup and maintenance.