Collection widget
Configure widget
A collection widget can be used when arrays (lists) are stored in the case data structure and need to be presented as such in the case UI. The following fields need to be configured for a collection widget.
Widget title The widget title is presented in the UI at the top-left corner of the widget and should describe the content for that widget.
Number of cards per page If the content exceeds the number of rows pagination will be added in the UI.
Path to collection data The exact path in the JSON document that contains the array with data.
Card title display type Same as each text field, the title of the card can also be set to a certain display type.
Configure card
For each card in the collection the following configurations needs to be done.
Card title The title of each card can be set to a value from the array items. So the card title is not a label in this case, but a value from a array item.
Display type Select the way the card title is presented in the UI. Please find the available display types below.
Configure card fields
A set of fields can be configured that will display the data for each card. The following configuration needs to be done to add a field to a card.
Title Will be displayed as the fields label in the UI.
Value The value itself will not actually be configured, the path targeting the value in the JSON document is configured. The value is passed through by the widget.
Display type Select the way the data is presented in the UI. Please find the available display types below.
Field width For each field the choice can be made to use the full width of the card or half.
Presentation in the UI
Last updated
Was this helpful?