Custom Field Import - Type Errors #9616
-
This is probably something super simple that I am missing, but I'm not finding adequate guidance in the documentation. I'm trying to import a bunch of custom fields I've defined. 16 of them are of type Selection and Multiple Selection. However, when I try to do the import, I keep getting these kind of errors: "Row 1 type: Select a valid choice. selection is not one of the available choices." I've tried formatting the type in all lower case and with capitals, but it doesn't seem to matter. I did an export to see how it's indicated there, and it exports with "Selection" capitalized. Here's a snippet of the .csv data:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You almost got it right. Just change the typevalues to select and multiselect as stated in the hint at the CSV Field Options |
Beta Was this translation helpful? Give feedback.
-
Thanks! That worked. For some reason, I don't have the hint icon by the Type field, otherwise I probably wouldn't have needed to ask this question. I couldn't find it documented anywhere else. |
Beta Was this translation helpful? Give feedback.
You almost got it right. Just change the typevalues to select and multiselect as stated in the hint at the CSV Field Options