Hello!
I have run into a weird issue.
I have a data type that use a option set as a field. I’m having issues uploading bulk data of the data type with this specific option set included.
This is my data type, with the field seen, SubLocstions:
This is my option set, SubLocations, with attributes and the highlighted field that throws the error.
This is the error message, as seen it’s a existing SubLocation per above and the Upload is mapped accordingly and AFIK correct.
This is the CSV for Upload:
Additionally, one can see how I can choose Sigtuna (from the error message) as a option in the data type field.
And finally, I can manually use/change the field in each entity, as seen here with ‘Sigtuna’.
As soon as I remove this specific option set from the CSV it works fine, including other fields that is is using option sets (City for example).
I have tried to create a new field in the data type and use a new option set (but with the same options and attributes) but I get the same error.
Anyone have any ideas as to why?