Dropdown Field

A dropdown multi-select field allows users to choose multiple values from a set list of options.

MultiSelect
  1. Label Field • The first input field allows you to specify the Label of the column. • Enter a meaningful name, such as “Category” or “Status”, to indicate the purpose of this column. This label will appear as the header for the column in the table view.

  2. Type Field • The second dropdown menu is used to select the Type of data for the column. • Choose Dropdown to create a column that allows users to select predefined options. This is suitable for fields like status indicators, categories, or any other lists of choices.

  3. +Add Option Button • Instead of a format field, the +Add Option button allows you to define the selectable options for the dropdown field. • Click the +Add Option button to add choices for the dropdown. For example, you might add options like “Active”, “Inactive”, or “Pending” for a status field. • Each option added will appear as a selectable value in the dropdown for this column.


Status

Status
  1. Label Field • The first input field is used to define the Label for the column. • Enter a meaningful name, such as “Order Status” or “Task Progress”, to indicate the purpose of this column. • This label will appear as the header for the column in the table view.

  2. Type Field • The second dropdown menu allows you to choose the Type of data for the column. • Select Text from the list, indicating that the column will store string-based data.

  3. Format Field • The third dropdown menu specifies the Format for the selected text data type. • Choose Status here, which configures the field to display predefined status values with distinct visual indicators such as colors, badges, or icons. • This format is ideal for tracking progress, workflows, approval states, or categorizing records (e.g., Pending, In Progress, Completed, Rejected).

Last updated