Add multiple records to an array to display or send.
Create multiselect using any records, similar to set active record but this action adds multiple records to a new array. The array can be used to display the selected records on the page, apply them to a filter - or send to an external database as part of a form.
Loading…
Cards / Repeater Component
Create the cards (or any repeating component) to display the records to be selected from.
Select Records
Apply an on-click action to the cards so that when they are clicked they will be added to the selection.
Selected (Condition)
On the cards or any child components you can apply an is selected condition, then change how the cards appear when they are selected.
Display the Selection
The selection will become a new data source you can connect to another repeating component.