Hello,
I am trying to use the template to upload Vendors to D365 for Operations. I am getting the follow error when the flow runs:
"status": 400, "message": "An error has occurred. Write failed for table row of type 'VendVendorEntity'. Infolog: Error: Invalid party type name found: '', this party type does not exists in the system..",
I have tried creating the flow from scratch as well but it continues to fail at the create record step. My fields appear to be mapped correctly and I have created the necessary rows in the Excel Sheet.
Body
{ "VendorGroupId": "40", "PrimaryEmailAddress": "testemail@aol.com", "dataAreaId": "USMF", "VendorName": "Ray Supplies", "VendorAccountNumber": "797979" }
Has anyone used this template successfully? Any ideas on how to resolve the error?