<?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 RE: What are some unique ways/ideas for creating a Unique Key for Blue prism work queues which would have unique value always and ensure no duplicates generated? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65321#M17938</link>
    <description>Yes, that is a good idea to generate a GUID and use it as a Unique Item Key for work queue.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Also, can we use the below alternative where I'm creating a unique key combining date and time values.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14117.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14276i9238DE904C12286C/image-size/large?v=v2&amp;amp;px=999" role="button" title="14117.png" alt="14117.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Apr 2021 09:23:00 GMT</pubDate>
    <dc:creator>Tejaskumar_Darji</dc:creator>
    <dc:date>2021-04-22T09:23:00Z</dc:date>
    <item>
      <title>What are some unique ways/ideas for creating a Unique Key for Blue prism work queues which would have unique value always and ensure no duplicates generated?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65316#M17933</link>
      <description>What are some unique ways/ideas for creating a Unique Key for Blue prism work queues which would have unique value always and ensure no duplicates generated?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2021 17:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65316#M17933</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2021-04-19T17:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: What are some unique ways/ideas for creating a Unique Key for Blue prism work queues which would have unique value always and ensure no duplicates generated?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65317#M17934</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2159"&gt;@Tejaskumar_Darji&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;There's some really good training available on the Blue Prism University site regarding working with queues. &lt;BR /&gt;&lt;BR /&gt;In a nutshell, when you add an item to a work queue, BP will generate a unique Item ID​ for each item for you. &lt;EM&gt;This is not the same as the Item Key which you can define yourself.&lt;/EM&gt; When you add items to the queue the Item ID will be returned to you (ex. as a output collection in the &lt;STRONG&gt;Add to Queue&lt;/STRONG&gt; action). These Item ID's are essentially GUIDs which you can pretty much bank on being unique across space and time. Well, that's a little bit of an exaggeration, but duplicates are HIGHLY unlikely if you look into the statistics around UUID/GUID.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2021 23:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65317#M17934</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2021-04-19T23:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: What are some unique ways/ideas for creating a Unique Key for Blue prism work queues which would have unique value always and ensure no duplicates generated?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65318#M17935</link>
      <description>If you need a unique ID outside of the work queues, you can also use Generate New GUID in the Utility - Strings object.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2021 14:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65318#M17935</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2021-04-20T14:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: What are some unique ways/ideas for creating a Unique Key for Blue prism work queues which would have unique value always and ensure no duplicates generated?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65319#M17936</link>
      <description>Hi Tejaskumar,&lt;BR /&gt;&lt;BR /&gt;Eric has pointed out correctly.&lt;BR /&gt;To add my thoughts around duplicate check, we can always use the "Is Item in Queue" action to avoid adding duplicate items in BP queue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Alok Singh,&lt;BR /&gt;Senior RPA Developer​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Aloknath Singh&lt;BR /&gt;Senior RPA Developer&lt;BR /&gt;Jaguar Land Rover&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;917021429197&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2021 09:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65319#M17936</guid>
      <dc:creator>AloknathSingh</dc:creator>
      <dc:date>2021-04-21T09:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: What are some unique ways/ideas for creating a Unique Key for Blue prism work queues which would have unique value always and ensure no duplicates generated?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65320#M17937</link>
      <description>I agree with Nicholas, &lt;SPAN&gt;GUID is your best bet&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2021 17:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65320#M17937</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2021-04-21T17:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: What are some unique ways/ideas for creating a Unique Key for Blue prism work queues which would have unique value always and ensure no duplicates generated?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65321#M17938</link>
      <description>Yes, that is a good idea to generate a GUID and use it as a Unique Item Key for work queue.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Also, can we use the below alternative where I'm creating a unique key combining date and time values.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="14117.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/14276i9238DE904C12286C/image-size/large?v=v2&amp;amp;px=999" role="button" title="14117.png" alt="14117.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2021 09:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65321#M17938</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2021-04-22T09:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: What are some unique ways/ideas for creating a Unique Key for Blue prism work queues which would have unique value always and ensure no duplicates generated?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65322#M17939</link>
      <description>Sure, but GUID is gauranteed to be unique even if you create multiple of them within one second or from different bots. Datetime is not, but might work if you are sure there wont be such cases. This is up to a developer to decide.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Apr 2021 09:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/What-are-some-unique-ways-ideas-for-creating-a-Unique-Key-for/m-p/65322#M17939</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2021-04-22T09:30:00Z</dc:date>
    </item>
  </channel>
</rss>

