List
Last updated
Last updated
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}}
The action variable uses a different format to be recalled than other action types do. The text option-result:
will always be prefixed before the name you have entered.
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.
If your list has a No condition ( ↓ ) link make sure it is the last link to be evaluated. Links below the No condition link will not be evaluated and can never be reached.