function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ben HeissBen Heiss 

Populating a Many to Many object.

I am trying to populating a Many to Many object. The connection is between a Contact class and a Hobbies class. The problem is there are many hobbies connected to the Contact. I have seperated the hobby values in the CSV by ";"s. The hobby master lookup will only look for one value. I am trying to connect multiple hobby values to one contact. Thank you for help.
Ben HeissBen Heiss
Discovered the issue. Needed to populate with Hobby_ID and have multiple lines associated with each entry.