I’m not sure if I’m missing something, or if it’s even possible.
When I Import a CSV file. I would like to have it add to one of my columns that has a Multiple Select column type.
So, for instance, if I have a Multiple Select column with the following fields:
- apples
- oranges
- peaches
and in one of my rows the column it has:
- apples
- oranges
and then i import the CSV, and the import has
- peaches
the result would be that it would add peaches to the column.
at the moment, it over rights the column. at least in my experiences.
thanks for any advice. hope i put this question in the correct section.