Hi All,
I am currently migrating data into D365 from CSV files using kingswaysoft, but I have hit a road block migration PartyList entities in the various activity entity. E.g for organisers field in the Appoint entity, I use the below Json format(looked it up) in the organisar's column in my CSV File, but it is still failing;
[
{
"PartyId": "aafe05a4-d47a-e911-a81d-111d3a0b5de0",
"Name":"Rob vic",
"Type":"systemuser"
},
]
I still get the error; "Error: Failed to set field 'organizer' value to 'Rob stag' for entity 'appointment' (field type: PartyList, value type: String). System.Exception: Failed to process party list values for 'organizer' field, the input value does not appear to be in a valid JSON or delimited text format: 'Rob stag'. (SSIS Integration Toolkit for Microsoft Dynamics 365, v11.0.0.7160 - DtsDebugHost, v13.0.4495.10)".
Someone please come to my aid.
Thanks
Arun Vinoth pls look at this. Cheers
*This post is locked for comments
I have the same question (0)