Skip to main content

Hi, I've created a recipe for Leads (Unconverted) & Contacts, but I'm attempting to add a column in the recipe (i.e. Object) that will delineate whether the record is from the Lead or Contact object.  Any ideas on how to accomplish this within the recipe?

1 comentário
  1. 21 de mai. de 2021, 06:19

    There are many ways - but maybe just two of them:

    - use a transformation node directly after the digest node to add a field "Source". For the records coming from contact object, you can enter the fixed value of "Contact", for leads you can use "Lead". Just make sure that these two transformation nodes are placed before you append the data.

    - If you have the record ids in your dataset, you can derive the source from the first three characters of the id: Contacts – 003, Leads – 00Q

0/9000