How to fill in a list with static options

Single Select Lists and Multi Select Lists can be filled in manually with static options.

To create a list with static options:

  1. Create a Single Select List or a Multi Select List column.
  2. Add Static options by pressing .

    By default, every static option has a required Label attribute. Labels are displayed as list items in the grid.

    You can add additional attributes by pressing  next to Option attributes. They will not be displayed in the list, but you can reuse them in Formula columns.


    Check out a use case with option attributes here:

    Update grid data with Single Select List column


  3. Press Add.


The resulting grid configuration (excluding any standard columns) should be consistent with this example file: Sample+Single+Select+Grid.json

See also

How to configure a Single Select List or a Multi Select List column

How to fill in a list with dynamic options

How to add option attributes to a list

Update grid data with Single Select List column