• Teja K
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hello All, 

Need some help with the below scenario.

I have a 2 custom objects. Will be loading the data on parent object and based on the email field only unique email Id records should be created on the child object.

Example data: 
below is the data to load on the parent object
Name               Email
A                       A@gmail.com
A                       A@gmail.com
B                       B@gmail.com

Expected Output on child object:  
Name               Email
A                       A@gmail.com
B                       B@gmail.com
  • November 13, 2022
  • Like
  • 0