Search & Select

A searchable autocomplete field that filters options as the respondent types. Use for large lists where a standard dropdown would be impractical.

Configuration

FieldDescription
Data sourceWhere to pull options from (API endpoint, static list, TinyTable)
Search fieldWhich field to search against
Display fieldWhat to show in the results
Value fieldWhat to store on selection
Min charactersMinimum characters before search triggers (default: 2)

How it differs from Dropdown

FeatureDropdownSearch & Select
Options loadedAll at onceOn-demand as you type
Best forUnder 50 optionsHundreds or thousands
SearchBasic filterFull-text, real-time
Data sourceStatic listDynamic (API, database)

Common uses

  • City/location search (thousands of cities)
  • Product search (large catalog)
  • User lookup (type name to find)
  • Company search (auto-complete from database)

Configuration tabs

Every field has 5 configuration tabs when clicked on the form canvas:

TabWhat you configure
DesignQuestion text, description, placeholder, help text
DataDefault value, variable name, prefill from URL parameters
SettingsRequired/optional, read-only, hidden
ValidationsFormat rules, min/max, custom error messages
ImageAttach an image alongside the question

Using in workflows

When this field is part of a form connected to a workflow via the Form Submission trigger, its value is available as a variable:

{{trigger.fieldName}}

Use it in any downstream node: send it in an email, store it in a database, pass it to an AI node for analysis, or use it in an If-Else condition for routing.