You need to sign in to do that
Don't have an account?
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.
Discovered the issue. Needed to populate with Hobby_ID and have multiple lines associated with each entry.