Skip to main content

Choices

This input form lets you add a drop-down menu in your form.

Object designer

fc_main

Object parameters

Double-click on the object to edit it. Object parameters dialog will pop up.

fc_info

Allow Empty
Add an empty value in the possible choices

Key
The key field lets you define a unique name to your field. Key value will be read and updated in the context.

{
"choices" : "PCM"
}

or

{
"choices": [
"VF",
"VO"
]
}

if the selection mode is multiple.

Note: Pay attention to the uniqueness of the keys to avoid conflicts when executing a Sequence.

Selection mode
You have 2 main selection modes: single or multiple. Each of these modes can be Standard or Searchable. Searchable allows you to search by typing the input to filter the values in a long choice list.

Data Source
This field allows to map a list of name/value already saved. The creation or/and modification of these parameters is accessible in Configuration > Data Sources.

Data source object
This field lets you define a Javascript array or object as the source of values.

Choices
This field lets you define choices as a list of name/value. Click choice parameter button to add a new parameter.

REST Tab

This tab is present for legacy reasons. It will be removed in the next versions.