I'm hoping this is a pretty easy question - I need to import multiple lookup values into one field. How do I do this?
For example, in my Account entity, I have a field called "Region" which is a lookup for the Territory entity. It's an N:N subgrid meaning it can contain more than one Territory in the field. I have a spreadsheet which contains all this information but I'm not sure how to actually import it. Using commas (,) and quotation marks (") to separate the values didn't work. Am I missing something obvious?
Thanks in advance for any help with this!
*This post is locked for comments