Hi All,
I have created a one table with the name testTable
with 2 fields
1. Name (primary index)
2. displayvalue int64 and it is having relation with DimensionAttributeValueCombination
testTable .displayvalue == DimensionAttributeValueCombination.Recid

I have created one entity for import and export for this table as below
as below structure


DisplayValueCopy1 is a readonly field and I am fetching it from DimensionAttributeValueCombination table used for import /export as it contact readable value not rec id
data file for import and export

when I have created a project and imported the file it says success but when I see the data in the SQL the

highliighted fields are not getting imported or updated any idea how to resolve this
I have tried to use the entity instead of DimensionAttributeValueCombination but still the displayvalue field from the testTable is not updated.
If t try to import new record name is getting created but the displayvalue field is not getting updated.

Hi I have posted same question in other forum by mistake
community.dynamics.com/.../data-entity-import-and-export-not-working-in-d365