I am trying to migrate data to dynamics crm using SSIS and Kingswaysoft (v20.2) CRM destination (Create). When mapping to msdyn_product attribute (guid lookup), I get this error when executing the package:
"An undeclared property 'msdyn' which only has property annotations in the payload but no property value was found in the payload".
Does the the logical name (msdyn_product) vs schema name (msdyn_Product) matter? Also noticed error only shows "msdyn". I tried text lookup and used another field to map to product entity, but I still get the same error.