Color Picker

The Color Picker widget allows the user to select a color using a color picker and returns the hex color code. This hex value can then be used for other uses in the project by saving it to a field, as almost all color properties work with hex codes.

Properties

General

Property NameDatatypeDescription

Text field

Data field, Text

Data field to store the selected color. The widget returns a hexadecimal color value. This value includes a leading number sign (#). For example: "#366dbf".

Behavior

Property NameDatatypeDescription

On change

Dropdown

When the user selects a color one of the following events can be triggered:

  • Do nothing

  • Refresh screen

  • Follow exit

  • Execute flowchart

Follow exit/ Execute flowchart

Exit/ Flowchart

The exit that should be used or the flowchart that should be triggered by the on chance action

Last updated