Hi all,
I have added a new Schema and created a Dataset using it.

Schema and Dataset Profiles are enabled.
I used a workflow to upload a CSV file and added it to the Dataset.
The data has entered the Dataset but has not been added to the Profile.

When I use the API to call GET :
https://platform.adobe.io/data/foundation/catalog/dataSets/{DATASET_ID},
Fragment information in this API:
{
"65081784088a8828d359afd2": {
"tags": {
"unifiedProfile": [
"errors:UPDAEM-089032-500: UPS Store couldn't be created. Failed to create a store.,UPLIB-101500-500: Failed to create a store.,Internal error occurred. uri:PlatformUrl/data/core/ups/config/stores -> Status Code - 500 : message\n{\"requestId\":\"t:aep_catalog_event_prod_va7-p:6-o:215976412\",\"errors\":{\"500\":[{\"code\":\"500\",\"message\":\"XDM Descriptor info is not correct. Unable to find sourceProperty.\"}]}}",
"enabled:true"
]
}
}
}
Please tell me how to solve it.
Thanks!