I have a database of things, which all have measurements. Sometimes one item will share parts with another item.
I was wondering if I could take the measurements from one item (which is a linked field) and populate the measurements fields in the variant item.
Basically, when someone is filling out the form view and they select a record to reference (which is a linked record, as they can only add already created records from a dropdown), it will take the measurements from that linked record and add it to the record that is currently being created.
Record one:
Car Name 1
Car Body 1
Car Measurements 1 (separate fields for height, width, length)
Record two:
Car Name 2
Linked record to “Car Body 1” (because they have the same body)
Measurements auto-populated from “Car Measurements 1” into the blank height, width, length fields.