Hi,
Need help with error received when creating mapping set for a destination data flow using API. This error is received at create mapping step in this document. https://experienceleague.adobe.com/docs/experience-platform/destinations/api/activate-segments-file-based-destinations.html?lang=en#create-mapping-set
Error:
{
"status": "FAILED",
"source": "segmentMembership.seg_namespace.seg_id.status",
"destination": "segmentMembership_status",
"sourceType": "text/x.schema-path",
"errors": [
{
"exception": "The XDM path: segmentMembership_status is invalid. Please update the XDM path and try again.",
"errorCode": "MAPPER-3809-400",
"errorType": "ERROR",
"missingRequiredFieldError": false
}
],
"warnings": [],
"hasMissingRequiredFieldMapping": false,
"destAccessEnabled": true,
"accessDeniedOnRequiredField": false,
"srcAccessEnabled": true
},
Any help is appreciated!
Thanks.