Error importing multi-select option set columns
mkeeley23 opened this issue · 1 comments
mkeeley23 commented
When importing an exported data set where one of the attributes is a multi-select option set, the import of that row generates an error. In the case below, only one option of the multi-select option set was selected.
Row error: "ERROR: Incorrrect attribute value type System.Object[]"
key-value pair that, when removed, allows import to succeed (leaving the field below null in target)
{
"key": "fakeprefix_fieldname",
"value": [
{
"__type": "OptionSetValue:http:\/\/[schemas.microsoft.com](http://schemas.microsoft.com/)\/xrm\/2011\/Contracts",
"Value": 810050000
}
]
}
failing attribute is a multi-select option set.
Thank you in advance, and thank you once again for this tool.
rsousa88 commented
Fixed on version 2022.5.12.4
You might need to re-export your data again, as the output files from older versions aren't fully compatible with the new version