Change the active record in a query, updating any variables referencing it.
The active record for any query is initially the first record, but using this action you can pass the id of any other record and have it become active. A great place to use this action is when you want to create interactive views - such as a list of records in one frame that when clicked, shows extended data about the record in another frame
Loading…
Setup
Cards / Repeater
Create a block with a card (or any repeating) component where you want the listing.
Details
Anywhere on the page - add a frame and use the active record variables to display the values you want to show. This will display the details for the active record.
Action → Set Active
Now just apply the Set Active Record action on the cards.
Now, when a card is clicked - the variables for the active record will show its data.
You can also add an on hover condition to the cards for a visual effect.