1. Fields
  2. Select Field

Fields

Select Field

Allows the user to select items from a list of items.

This can be used to select items from any list such as list of colors, months in a year, list of countries, etc.

Basic usage

Adds a select field to the fields of an action. Each option should have a label and a value. The label is the text that will be displayed to the user, and the value is the value that can be used in the action logic.

loading...

See fields for common parameters.

params.options

required
array

An array of objects representing the list of items available for selection.

params.options.*.label

required
string

Defines the visible name of each item.

params.options.*.value

required
string

Assigns the corresponding value for each item.

Result

Select Select Field