I am looking for some ideas on how to implement a particular step needed in a workflow. I have a step that creates a new record in a custom object. I then need to copy a few contact properties into that new record that was just created. The copy works but it steps on any existing records in the custom object for that particular contact.
How do I set up the copy steps so that it's isolated to just the new record that was created and not previous records?
Apologies I am just replying to this. I've been away for a few weeks.
To solve this, try to create new properties for the custom object and make sure that these new properties will have similar names as the contact properties you like to copy into them, to enable you to remember them better. For example, if my custom object is "Partner" and I want to copy a contact property "First name" into this custom object, I would create a new property for my custom object and name this "Partner First Name".
Please, also note that the new custom object property being created must have similar field types to make copying the data easy.