Reorder dropdown value
enum_option_reorderReorder a dropdown value within an Asana custom field by specifying its new position relative to other options.
Instructions
Move an existing dropdown value to a new position within its custom field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enum_option_gid | Yes | The value to move. | |
| custom_field_gid | Yes | Asana gid (numeric string). Use asana_find to look one up by name. | |
| after_enum_option | No | Move it after this value. | |
| before_enum_option | No | Move it before this value. |