Skip to main content
Feedback

List component

Display data from a list value or a connector as a bulleted or numeric list.

Overview

Add a list component to display data as a standalone list element in your page layout.

  • When setting up the component, you must choose the Data Source:

    • The type of data to be provided.

    • The data source itself , as a list can be populated using the data from a list value or a connector.

    • The value that contains the actual list data.

  • Once you have configured the Data Source settings, you must add the list property that you wish to display as a list.

    For example, a "person" list may have "surname" and "forename" properties. You would need to choose one, as you could display either.

    • Click Add Column in the Data Presentation section to select the list property that you wish to display.
  • Note that the list component does not display the actual list items in the page builder. These are only rendered when the flow is run/published.

General settings

The following options and settings can be configured.

SettingDescription
NameEnter a name for the list component.
LabelEnter a label for the list. The label is displayed above the list by default. Do not enter a label if you do not require this text to be shown.
Bulleted listSelect this configuration to display the list using bullet points.
Numbered listSelect this configuration to display the list as an ordered list.
Help information about this componentDisplay help text directly below the component, for example to provide further information on how to use the component.
Data SourceChoose the data source for the component:
Get the data from a Connector: Retrieve the list data from a connector.

1. Select the type for the data that you wish to display in the The Type of data to be provided field.
2. Select the type binding in the The Binding that should be used to get the data drop-down menu.
3. Add a Filter in the Data source filter section if required. See Type Bindings and Data action filters.

Get the data from a List Value: Retrieve the list data from a list value.

- Click Select or create a new Value to choose an existing list value or create a new list value.
Data PresentationClick Add Column in the Data Presentation section to choose the list property that you wish to display. For example, if you have multiple properties assigned to the type, you must choose which property to use for the list.

Styles

Apply additional CSS styling to the component.

  1. Enter space-delimited CSS classes/selectors into the CSS Classes field.

When you run the flow, these classes are appended to the main component class.

On this Page