Help - Click Card Component to display Field Data

Hi Everyone.

Im seeking advice on the current scenario.
I have a spilt ratio container one side has card displayed data the other side of the container has a field component.

i would like that if you click/press the card that it will display the corresponding fielded data to the right. i have added a photo for reference.

Thankyou

  • Create a column in your user profiles table to hold the “Chosen ID”.
  • Set the action on the left to write the car’s rowID to the “Chosen ID” column when it’s clicked.
  • Add a relation and pull over all info you need using lookup columns to display on the right.

Would have been easier if we can have custom collections inside containers.