LABEL | A field that just renders a descriptive label without any inputs. | |
SINGLE_OPTION_PICKER | A single-select dropdown populated with options. | |
MULTI_OPTION_PICKER | A multi-select dropdown populated with options. | |
SINGLE_USER_OPTION_PICKER | A single-select dropdown to pick a user. | Visually like SINGLE_OPTION_PICKER . Options auto-populated. No need to specify options. |
MULTI_USER_OPTION_PICKER | A multi-select dropdown to pick a user. | Visually like MULTI_OPTION_PICKER . Options auto-populated. No need to specify options. |
SINGLE_LINE_TEXT | A single line text field. | |
MULTI_LINE_TEXT | A multi-line text field. | |
NUMERICAL | An integer or decimal number field. | Extracts numbers from strings like “32 GB” → 32.0 or “$4.23” → 4.23. Behaves like text field. |
CHECKBOX | A single checkbox. | Label must be ≤ 75 characters due to Slack limitations. |
DATE_PICKER | A date picker. | Does not support time. |
DATETIME_PICKER | A date plus time picker. | Not supported in Slack due to lack of Block Kit component. |