0

Importing data into a multi choice field
In the sample for the Intermediate training the field for State is a Choice field. But when you import the table the State is empty?
What step did I miss?
Like Follow
3replies
-
Hi Keith,
The values in Choice and Multiple Choice fields can“t be added or removed by import or code. These fields can only be modified that way through the Edit fields... UI. You can update the values using code or during import once the fields have been created and populated.
The other option is to use a Reference field which will popup a table with your imported data. This option lets you add, modify and remove items from the list.