List

The list step can be used to show candidates a single choice list. This can be used when you are looking for an answer between a set of options like the candidate's study level.

First, add a question to the action.

After adding a question you can define the name of the Action variable, this field is optional, this allows you to recall the answer to the question during the flow. You can do this by adding the following tag to a step: {{session.option-result:action_variable_name}}

List items

List items are defined by 4 different fields.

  • Title

  • Description

  • Payload

  • Link

The title is the header field of the item. The title can be 24 characters long. This field is required.

The description is the subtitle of the item. The description can be 86 characters long. This field is optional.

The payload allows you to change the value of the answer. Sometimes you want to show the candidate a different title than the value you need behind the answer. This can be useful for mapping data to existing data and systems. This field is optional, by default the action variable will contain the content of the title field. To enable custom payloads enable the slider in the top right of the list items.

The last part of a list item is a Link. Enabling the link slider allows you to connect an option to a specific step. By default, an item will link to the first step below the list.

Last updated