hub.eb?material_id=297&track_id=298

Introducing Lists


A List is a set of display and return value pairs:

  • Display value is the text displayed to the user to represent the key.
  • Return value is the unique key for the pair.

You can use lists to provide a set of options for a user to pick from, perhaps using radio buttons or dropdowns.

There are three types of Lists in Verj.io:

  • Static a list of values stored within the Workspace.
  • Dynamic a list of values that are extracted dynamically at runtime.
  • Custom a list of values created in a Script.

You can use lists with Fields, Table Columns and List Controls.

Current Module

Related