Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Transform map

ma kaiyue
Giga Guru

I set two fields in the transform map with coalesce=true: Asset tag and serial nubmer.
But when I imported the data to update it, the following happened:
1. When the asset tag is different and the serial number is the same, it is not updated
2. When the asset tag is the same but the serial number is different, insert a new record
Why is that?

 

Thanks in advance!

1 REPLY 1

Dhananjay Pawar
Kilo Sage

Hi,

If you have set 2 fields as coalesce then it will check for two fields in target table and if it finds, then it will update the target table record otherwise it will create the new record in target table.

 

Thanks,

Dhananjay.