Forum Discussion

scottexe24's avatar
scottexe24
Frequent Visitor
1 year ago
Solved

Power Platform Dataflow Upsert Error

Can someone help me understand possible reasons for this error?  I have a key on my table based on 13 columns that I'm trying to Merge into.  I was able to initially append records (without the key f...
  • scottexe24's avatar
    1 year ago

    For anyone else running into this issue, I concatenated the 13 fields in my source query and created a new column in my target Dataverse table called "Merge_Key".  Then instead of creating the key on 13 columns I created it on this 1 new column and the merge operation worked.  I don't understand why, but seems to be working now.