<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Scenario Example to replicate PeopleImport with DTV Import Upsert in DemandTools</title>
    <link>https://mycommunity.validity.com/t5/demandtools/scenario-example-to-replicate-peopleimport-with-dtv-import/m-p/569#M251</link>
    <description>&lt;P&gt;&lt;EM&gt;Revised 3/23/2023 with appendix notes at the end on how to update after adding campaign members.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;If you're looking to replicate PeopleImport with the new DTV, here's an outline of how I've made this work using Import / Upsert.&lt;/P&gt;&lt;P&gt;In the steps outlined below, I'm only creating new leads when an existing contact or lead is not found, as trying to find a matching account and creating a new company record was beyond the data I had to find existing accounts.&amp;nbsp; &amp;nbsp;Additionally, if the contact or lead exists and it matches on the first Campaign Member step, then any field updates to the existing contact or leads will be skipped.&amp;nbsp; So, if you need to make updates to existing records after contacts or leads have been added campaign members, you'll need to remove the campaign matching steps.&amp;nbsp; Please see notes at the end of this post regarding how to modify this scenario to handle this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;1. Step 1 Data Mapping&lt;BR /&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;STRONG&gt;- Add Salesforce Objects in this order: Campaign Member, Contact, Lead&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;- Update Mappings and Constants for each object:&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;U&gt;Campaign Member&lt;/U&gt;&lt;BR /&gt;Map Fields&lt;/STRONG&gt;: Replicate input fields for name and email as needed to match input file to both contact and leads.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_2-1679413301490.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/151i51ED295B119E83DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_2-1679413301490.png" alt="michaelwtds_2-1679413301490.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Constants:&lt;/STRONG&gt;&lt;BR /&gt;- Campaign Id &amp;lt;insert salesforce record id&amp;gt; (update if empty)&lt;BR /&gt;- Status &amp;lt;select preferred status&amp;gt; (use always update or update if empty as preferred)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_0-1679413045495.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/149i7D87F7D3E3F27C3D/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_0-1679413045495.png" alt="michaelwtds_0-1679413045495.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Contact&lt;/U&gt;&lt;BR /&gt;Map Fields&lt;/STRONG&gt;: Select fields needed, and chose the appropriate update actions.&lt;BR /&gt;&lt;STRONG&gt;Constants:&amp;nbsp;&lt;/STRONG&gt;no constants are needed if you're not creating new records.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;Leads&lt;BR /&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;STRONG&gt;Map Fields&lt;/STRONG&gt;&lt;SPAN&gt;: Select fields needed, and chose the appropriate update actions. I generally used Update if Empty to make sure new records are updated with the value from the input file.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;Constants:&amp;nbsp;&lt;/STRONG&gt;Add Lead Constants as needed with Update if Empty.&amp;nbsp; In my example, I set the Owner Id and Lead Source Detail fields.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_3-1679413842900.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/152i9188C75449DEEDD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_3-1679413842900.png" alt="michaelwtds_3-1679413842900.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;2. Step 2 Import: Record Selection Criteria&lt;BR /&gt;&lt;/U&gt;- Campaign Member:&amp;nbsp;Campaign Id = &amp;lt;insert salesforce record id&amp;gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_4-1679414139713.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/153i018DFD50E24927A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_4-1679414139713.png" alt="michaelwtds_4-1679414139713.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- Contact and Lead critiera - add critiera as needed.&lt;BR /&gt;- Select fields to display for each object as needed.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;U&gt;3. Step 3 Import: Match Records&lt;BR /&gt;&lt;/U&gt;&lt;/STRONG&gt;- Build your match steps for each object.&amp;nbsp; For existing Campaign Members, create your contact matching steps first and then replicate these to match leads.&amp;nbsp; Then replicate the contact and lead matching steps for contacts and leads, and select Create Child Object Campaign Member.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_7-1679414362931.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/156i357764499A5E7A7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_7-1679414362931.png" alt="michaelwtds_7-1679414362931.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_8-1679414760221.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/157i6CA18190D75EA505/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_8-1679414760221.png" alt="michaelwtds_8-1679414760221.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_9-1679414789455.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/158i05FB9C3B28C324C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_9-1679414789455.png" alt="michaelwtds_9-1679414789455.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- Under Final/Matching Conditions, select Create New Lead, and chose fields to Limit Duplicates.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_10-1679414819559.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/159i3E3A07B1869A40F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelwtds_10-1679414819559.png" alt="michaelwtds_10-1679414819559.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- In the Global Task/Campaign Settings, select Assign to Campaign.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_11-1679414936824.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/160i2B46864F9A99F62A/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_11-1679414936824.png" alt="michaelwtds_11-1679414936824.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. Preview Matches and review records to import.&lt;BR /&gt;-&amp;nbsp;&lt;/STRONG&gt;In my campaign member records, I also have a custom field for Member Info that contains notes from the source file like comments or the contact's phone, email, title and company.&amp;nbsp; To get these notes in the campaign records for the new leads that were created, I just rerun the scenario after the records were created.&amp;nbsp; And presumably all your list contacts will match the campaign members, and this Member Info field will be updated based on the first match step.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Appendex - How to update contact and lead fields after campaign members have been added.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you need to update contact or lead records after the campaign members have been added.&amp;nbsp; &amp;nbsp;You'll have to remove the create child object for Campaign Members under Contacts and Lead Matching steps before removing the Campaign Object mapping.&lt;/P&gt;&lt;P&gt;1. Go to Step 3 of 4, and click on Contact and &lt;STRONG&gt;uncheck Create child object&lt;/STRONG&gt;.&amp;nbsp; Then click on Lead and repeat.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_0-1679610742330.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/171i6CF57CD3E1121DBD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelwtds_0-1679610742330.png" alt="michaelwtds_0-1679610742330.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Go back to Step 1 of 4, and &lt;STRONG&gt;remove&lt;/STRONG&gt; the &lt;STRONG&gt;Campaign Member&lt;/STRONG&gt; mapping by clicking the X&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_1-1679610817646.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/172iA143F249B6CC9B5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelwtds_1-1679610817646.png" alt="michaelwtds_1-1679610817646.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. Go back to Step 3 of 4, and click on &lt;STRONG&gt;Final Matching Conditions&lt;/STRONG&gt;, and check Final Step options.&amp;nbsp; In this scenario, I had to change it from Create New Contact, back to Create New Lead.&lt;/P&gt;&lt;P&gt;4. Click Preview.&amp;nbsp; If this works as expected, you will see all records matched with &lt;STRONG&gt;### Records to Update | 0 Records to Insert &lt;/STRONG&gt;at the bottom of the results page.&lt;/P&gt;&lt;P&gt;Good luck, and please post any questions or feedback this this post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2023 22:38:41 GMT</pubDate>
    <dc:creator>michael-wtds</dc:creator>
    <dc:date>2023-03-23T22:38:41Z</dc:date>
    <item>
      <title>Scenario Example to replicate PeopleImport with DTV Import Upsert</title>
      <link>https://mycommunity.validity.com/t5/demandtools/scenario-example-to-replicate-peopleimport-with-dtv-import/m-p/569#M251</link>
      <description>&lt;P&gt;&lt;EM&gt;Revised 3/23/2023 with appendix notes at the end on how to update after adding campaign members.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;If you're looking to replicate PeopleImport with the new DTV, here's an outline of how I've made this work using Import / Upsert.&lt;/P&gt;&lt;P&gt;In the steps outlined below, I'm only creating new leads when an existing contact or lead is not found, as trying to find a matching account and creating a new company record was beyond the data I had to find existing accounts.&amp;nbsp; &amp;nbsp;Additionally, if the contact or lead exists and it matches on the first Campaign Member step, then any field updates to the existing contact or leads will be skipped.&amp;nbsp; So, if you need to make updates to existing records after contacts or leads have been added campaign members, you'll need to remove the campaign matching steps.&amp;nbsp; Please see notes at the end of this post regarding how to modify this scenario to handle this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;1. Step 1 Data Mapping&lt;BR /&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;STRONG&gt;- Add Salesforce Objects in this order: Campaign Member, Contact, Lead&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;- Update Mappings and Constants for each object:&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;U&gt;Campaign Member&lt;/U&gt;&lt;BR /&gt;Map Fields&lt;/STRONG&gt;: Replicate input fields for name and email as needed to match input file to both contact and leads.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_2-1679413301490.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/151i51ED295B119E83DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_2-1679413301490.png" alt="michaelwtds_2-1679413301490.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Constants:&lt;/STRONG&gt;&lt;BR /&gt;- Campaign Id &amp;lt;insert salesforce record id&amp;gt; (update if empty)&lt;BR /&gt;- Status &amp;lt;select preferred status&amp;gt; (use always update or update if empty as preferred)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_0-1679413045495.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/149i7D87F7D3E3F27C3D/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_0-1679413045495.png" alt="michaelwtds_0-1679413045495.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Contact&lt;/U&gt;&lt;BR /&gt;Map Fields&lt;/STRONG&gt;: Select fields needed, and chose the appropriate update actions.&lt;BR /&gt;&lt;STRONG&gt;Constants:&amp;nbsp;&lt;/STRONG&gt;no constants are needed if you're not creating new records.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;Leads&lt;BR /&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;STRONG&gt;Map Fields&lt;/STRONG&gt;&lt;SPAN&gt;: Select fields needed, and chose the appropriate update actions. I generally used Update if Empty to make sure new records are updated with the value from the input file.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;Constants:&amp;nbsp;&lt;/STRONG&gt;Add Lead Constants as needed with Update if Empty.&amp;nbsp; In my example, I set the Owner Id and Lead Source Detail fields.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_3-1679413842900.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/152i9188C75449DEEDD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_3-1679413842900.png" alt="michaelwtds_3-1679413842900.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;2. Step 2 Import: Record Selection Criteria&lt;BR /&gt;&lt;/U&gt;- Campaign Member:&amp;nbsp;Campaign Id = &amp;lt;insert salesforce record id&amp;gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_4-1679414139713.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/153i018DFD50E24927A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_4-1679414139713.png" alt="michaelwtds_4-1679414139713.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- Contact and Lead critiera - add critiera as needed.&lt;BR /&gt;- Select fields to display for each object as needed.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;U&gt;3. Step 3 Import: Match Records&lt;BR /&gt;&lt;/U&gt;&lt;/STRONG&gt;- Build your match steps for each object.&amp;nbsp; For existing Campaign Members, create your contact matching steps first and then replicate these to match leads.&amp;nbsp; Then replicate the contact and lead matching steps for contacts and leads, and select Create Child Object Campaign Member.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_7-1679414362931.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/156i357764499A5E7A7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_7-1679414362931.png" alt="michaelwtds_7-1679414362931.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_8-1679414760221.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/157i6CA18190D75EA505/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_8-1679414760221.png" alt="michaelwtds_8-1679414760221.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_9-1679414789455.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/158i05FB9C3B28C324C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_9-1679414789455.png" alt="michaelwtds_9-1679414789455.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- Under Final/Matching Conditions, select Create New Lead, and chose fields to Limit Duplicates.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_10-1679414819559.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/159i3E3A07B1869A40F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelwtds_10-1679414819559.png" alt="michaelwtds_10-1679414819559.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- In the Global Task/Campaign Settings, select Assign to Campaign.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_11-1679414936824.png" style="width: 999px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/160i2B46864F9A99F62A/image-size/large?v=v2&amp;amp;px=999" role="button" title="michaelwtds_11-1679414936824.png" alt="michaelwtds_11-1679414936824.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. Preview Matches and review records to import.&lt;BR /&gt;-&amp;nbsp;&lt;/STRONG&gt;In my campaign member records, I also have a custom field for Member Info that contains notes from the source file like comments or the contact's phone, email, title and company.&amp;nbsp; To get these notes in the campaign records for the new leads that were created, I just rerun the scenario after the records were created.&amp;nbsp; And presumably all your list contacts will match the campaign members, and this Member Info field will be updated based on the first match step.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Appendex - How to update contact and lead fields after campaign members have been added.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you need to update contact or lead records after the campaign members have been added.&amp;nbsp; &amp;nbsp;You'll have to remove the create child object for Campaign Members under Contacts and Lead Matching steps before removing the Campaign Object mapping.&lt;/P&gt;&lt;P&gt;1. Go to Step 3 of 4, and click on Contact and &lt;STRONG&gt;uncheck Create child object&lt;/STRONG&gt;.&amp;nbsp; Then click on Lead and repeat.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_0-1679610742330.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/171i6CF57CD3E1121DBD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelwtds_0-1679610742330.png" alt="michaelwtds_0-1679610742330.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Go back to Step 1 of 4, and &lt;STRONG&gt;remove&lt;/STRONG&gt; the &lt;STRONG&gt;Campaign Member&lt;/STRONG&gt; mapping by clicking the X&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelwtds_1-1679610817646.png" style="width: 400px;"&gt;&lt;img src="https://mycommunity.validity.com/t5/image/serverpage/image-id/172iA143F249B6CC9B5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelwtds_1-1679610817646.png" alt="michaelwtds_1-1679610817646.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. Go back to Step 3 of 4, and click on &lt;STRONG&gt;Final Matching Conditions&lt;/STRONG&gt;, and check Final Step options.&amp;nbsp; In this scenario, I had to change it from Create New Contact, back to Create New Lead.&lt;/P&gt;&lt;P&gt;4. Click Preview.&amp;nbsp; If this works as expected, you will see all records matched with &lt;STRONG&gt;### Records to Update | 0 Records to Insert &lt;/STRONG&gt;at the bottom of the results page.&lt;/P&gt;&lt;P&gt;Good luck, and please post any questions or feedback this this post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 22:38:41 GMT</pubDate>
      <guid>https://mycommunity.validity.com/t5/demandtools/scenario-example-to-replicate-peopleimport-with-dtv-import/m-p/569#M251</guid>
      <dc:creator>michael-wtds</dc:creator>
      <dc:date>2023-03-23T22:38:41Z</dc:date>
    </item>
  </channel>
</rss>

