A repeating component that can show multiple records from any source - linked records or an entirely new query.
Adding connection to cards.
Cards overview
1 - Style settings for wrapper 3 - Conditional Visibility 5 - Style settings for each card
Components
Now you can add components inside cards, it will be iterating each record and display selected component for this.
Conditional Visibility
We can filter all cards based on certain conditions. By default every component is visible. If we add a condition and it will be true the visibility will change to opposite. For example if I want to remove all cards where name contains “Tom” I can do it like this:
In editor when elements is hidden, its not really removed, so you can track which elements are removed / showed
On the share page, all elements that are hidden are removed