<?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 I have a scenario where I need to create a unique incrementing ID for each item loaded to WQ in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60089#M13618</link>
    <description>I have a scenario where I need to create a unique incrementing ID for each item loaded to WQ. I can use GUID but I need something 6/7 digit number that can keep incrementing one by one and easy to read and recognize by busienss users.&lt;BR /&gt;For e.g. 300001, 300002, etc for each consecutive item.&lt;BR /&gt;&lt;BR /&gt;Now when the blue prism stops the current session it won't have this stored data in any data item. And the process can run once a day and sometimes even after a week. So when I run it next week it should assign the next consecutive number such as 30003.&lt;BR /&gt;&lt;BR /&gt;How this can be achieved in blueprism.&lt;BR /&gt;&lt;BR /&gt;I thought about saving this ID in excel and store it but if there is any better way to achieve this please let me know.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 05 Jul 2021 11:32:00 GMT</pubDate>
    <dc:creator>Tejaskumar_Darji</dc:creator>
    <dc:date>2021-07-05T11:32:00Z</dc:date>
    <item>
      <title>I have a scenario where I need to create a unique incrementing ID for each item loaded to WQ</title>
      <link>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60089#M13618</link>
      <description>I have a scenario where I need to create a unique incrementing ID for each item loaded to WQ. I can use GUID but I need something 6/7 digit number that can keep incrementing one by one and easy to read and recognize by busienss users.&lt;BR /&gt;For e.g. 300001, 300002, etc for each consecutive item.&lt;BR /&gt;&lt;BR /&gt;Now when the blue prism stops the current session it won't have this stored data in any data item. And the process can run once a day and sometimes even after a week. So when I run it next week it should assign the next consecutive number such as 30003.&lt;BR /&gt;&lt;BR /&gt;How this can be achieved in blueprism.&lt;BR /&gt;&lt;BR /&gt;I thought about saving this ID in excel and store it but if there is any better way to achieve this please let me know.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jul 2021 11:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60089#M13618</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2021-07-05T11:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: I have a scenario where I need to create a unique incrementing ID for each item loaded to WQ</title>
      <link>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60090#M13619</link>
      <description>hi Tejas,&lt;BR /&gt;&lt;BR /&gt;Excel is good option and can be used to set initial value whenever process triggers.&amp;nbsp;&lt;BR /&gt;Also, if schedule is not fixed can play with session variables to set initial value.&lt;BR /&gt;&lt;BR /&gt;Also, may sound weird option but can use - Credentials and it's various options to get/set/save latest value of &lt;SPAN&gt;unique incrementing ID.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manish Kumar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jul 2021 12:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60090#M13619</guid>
      <dc:creator>mkumar407</dc:creator>
      <dc:date>2021-07-05T12:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: I have a scenario where I need to create a unique incrementing ID for each item loaded to WQ</title>
      <link>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60091#M13620</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;There are several approaches, excel is valid, but you can explore other options&lt;BR /&gt;1 Save a txt file with the name of the last id, you would only need to read the file convert to number and put +1.&lt;BR /&gt;2 Could save this in BD, and just give a select with order by DESC.&lt;BR /&gt;3 It could take the items in the queue (Completed, Exceptions and Pending) merge to unify them all in a collection and give a Sort By via collection manipulation.&lt;BR /&gt;&lt;BR /&gt;Hope I helped &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Sr Business Analyst&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;+55 (081) 98886-9544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------</description>
      <pubDate>Mon, 05 Jul 2021 12:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60091#M13620</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2021-07-05T12:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: I have a scenario where I need to create a unique incrementing ID for each item loaded to WQ</title>
      <link>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60092#M13621</link>
      <description>But Excel and Notepad would create issues with multi bot architecture right. For example 2 machines trying to append a new unique number to the same file.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jul 2021 12:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60092#M13621</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2021-07-05T12:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: I have a scenario where I need to create a unique incrementing ID for each item loaded to WQ</title>
      <link>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60093#M13622</link>
      <description>I have a small question. is the file supposed to keep only one value inside it after the execution has complete- for ex- 3000?&lt;BR /&gt;or it would contain a series of numbers which would keep on incrementing - for ex- 3000 , 3001 , 3002?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Harshit Rawat&lt;BR /&gt;Senior RPA Consultant&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jul 2021 12:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60093#M13622</guid>
      <dc:creator>HarshitRawat</dc:creator>
      <dc:date>2021-07-05T12:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: I have a scenario where I need to create a unique incrementing ID for each item loaded to WQ</title>
      <link>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60094#M13623</link>
      <description>&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;Got it, so I advise you to use the work queue itself, maybe you'll waste a few seconds for this, but it sure will be more accurate then you'll have this multi bot problem.&lt;BR /&gt;What I usually do:&lt;BR /&gt;I create two processes: A "Producer" where all the work queue logic will be and which will run only when it is necessary to populate items and a consumer process where it is not responsible for populating, only consuming the queue items that have already been populated, then you can prevent this competition problem, knowing that a single robot will validate and popular and the consumer will consume everything.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Sr Business Analyst&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;+55 (081) 98886-9544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;​</description>
      <pubDate>Mon, 05 Jul 2021 13:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60094#M13623</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2021-07-05T13:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: I have a scenario where I need to create a unique incrementing ID for each item loaded to WQ</title>
      <link>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60095#M13624</link>
      <description>Any option is fine till it serves the purpose of making no duplication or no number skipping.&lt;BR /&gt;I'm inclined more towards an alternative where no such separate file is used considering multi bot architecture.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. RPA Consultant-Automation Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jul 2021 13:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60095#M13624</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2021-07-05T13:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: I have a scenario where I need to create a unique incrementing ID for each item loaded to WQ</title>
      <link>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60096#M13625</link>
      <description>Use another queue. Create a single item, tag it with your process name. Use this item to store your last unique ID used.&amp;nbsp;&lt;BR /&gt;Get next item during initialisation of process filtered with the tag (so you can use the same queue for another process who needs the same mecanism).&amp;nbsp;&lt;BR /&gt;Use the data to populate your main process queue. At the end of the populate action, save the last item id in the single item and release it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;br&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;philippe boutry&lt;BR /&gt;Blueprism Solution designer&lt;BR /&gt;Aubay&lt;BR /&gt;Europe/Paris&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jul 2021 21:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/I-have-a-scenario-where-I-need-to-create-a-unique-incrementing/m-p/60096#M13625</guid>
      <dc:creator>pboutry</dc:creator>
      <dc:date>2021-07-05T21:26:00Z</dc:date>
    </item>
  </channel>
</rss>

