<?xml version="1.0" encoding="UTF-8"?><oembed><type>video</type><version>1.0</version><html>&lt;iframe src=&quot;https://www.loom.com/embed/42c7f8be9bbd4ca69165e01d6377dd01&quot; frameborder=&quot;0&quot; width=&quot;1356&quot; height=&quot;1017&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</html><height>1017</height><width>1356</width><provider_name>Loom</provider_name><provider_url>https://www.loom.com</provider_url><thumbnail_height>1017</thumbnail_height><thumbnail_width>1356</thumbnail_width><thumbnail_url>https://cdn.loom.com/sessions/thumbnails/42c7f8be9bbd4ca69165e01d6377dd01-00001.gif</thumbnail_url><duration>521.467</duration><title>How to Spot Duplicates in a Table and Prevent Enrichment</title><description>IMPORTANT: Both the Unique Id and the Record Position columns must be Text data type, not Number data type as shown in the video.

**Prompt to generate a unique Id (any name of preference for this value - replace variables accordingly):

Generate a random number with at least 15 digits if {{column of choice}} is not empty. This will be a Unique ID  for the record. Format as text, and call this column Unique ID.


**Prompt to assign the Record Position: 

Only run if /{{Unique ID}} is not empty.

Index the arrays below, and check where the [&quot;Unique ID&quot;] value matches /{{Unique ID}}. Return which position number corresponds to that record. For example if the first record&apos;s [&quot;Unique ID&quot;] value matches the variable then return 1, and if the second entry, if it exists, is matched then return 2, and so on. Check for the value in lower case (optional). 

If there&apos;s no match then return 2. 

Arrays to check: 
/insert_list_of_records</description></oembed>