Connecting data types

Hello
I’m working on a project for a car management app on Bubble. I’m wondering if you can give me some guidance.

I have 3 data types: User, Car, Repair

My issue is following: when I create a repair (like fixing wheels) I want to save data (using ‘creat a thing’) about which car I’m doing the repair for.

I have:
data field “user” in Car
data field “car” in Repair
so they are connected I believe. I hope you can help me on this. Best!

1 Like

Yes, they will be connected.
This is the best way to do it. :+1: