<?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: Input new order Consolidation execice in University Forum</title>
    <link>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91396#M2536</link>
    <description>Hi Luc - the output collection from reading the CSV file is the one that should be used as the input to Add to Queue. But check that the collection is correctly formatted, with the data in individual cells and rows, not squashed together as you had it previously. In effect what should achieve is this:&lt;BR /&gt;&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Read N rows of data from the file into collection A, with each row split into data fields&lt;/LI&gt;
&lt;LI&gt;Add collection A to the queue to create N queue items. Then forget about collection A.&lt;/LI&gt;
&lt;LI&gt;Use Get Next Item to lock the next available queue item and extract its data into collection B. Collection B will look like A but will have only 1 row.&lt;/LI&gt;
&lt;LI&gt;Use the data in collection B to create the order&lt;/LI&gt;
&lt;LI&gt;Mark the queue item as complete&lt;/LI&gt;
&lt;LI&gt;Repeat from step 3 until all queue items have been worked&lt;/LI&gt;
&lt;/OL&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Sep 2021 10:16:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2021-09-02T10:16:00Z</dc:date>
    <item>
      <title>Input new order Consolidation execice</title>
      <link>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91389#M2529</link>
      <description>Hello,&lt;BR /&gt;I don't understand how to pass the csv data to input orders in centrix data solution.&lt;BR /&gt;I open centrix, get to the input order page, but I don´t know how to pass the information from the Queue to Centrix.&lt;BR /&gt;I suppose that I shoul pass the information in "start" in BO New Order, but how do you get data from the queue?&lt;BR /&gt;BO New Order:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33609.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33687i7C66174FE8685CF7/image-size/large?v=v2&amp;amp;px=999" role="button" title="33609.png" alt="33609.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Process Page 1 (Excel)&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33610.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33688i74B0838B0339502E/image-size/large?v=v2&amp;amp;px=999" role="button" title="33610.png" alt="33610.png" /&gt;&lt;/span&gt;Process Main page:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33611.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33689i864E767E28651EF5/image-size/large?v=v2&amp;amp;px=999" role="button" title="33611.png" alt="33611.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;May I have any help?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;luc chopplet&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Aug 2021 17:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91389#M2529</guid>
      <dc:creator>mathieuchopplet</dc:creator>
      <dc:date>2021-08-30T17:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Input new order Consolidation execice</title>
      <link>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91390#M2530</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I believe the Get Next Item Action should be before your Centrix launch and navigate logic.&lt;BR /&gt;The high-level flow you process Main Page should follow is :&lt;BR /&gt;Open Excel and grab info &amp;gt;&amp;gt; Populate that info into the BP queue &amp;gt;&amp;gt; Grab the queue item info using Get Next Item &amp;gt;&amp;gt; Centrix Logic &amp;gt;&amp;gt; Mark Exception/Completed&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Harpreet&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Harpreet Kaur Product Consultant&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2021 01:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91390#M2530</guid>
      <dc:creator>HarpreetKaur</dc:creator>
      <dc:date>2021-08-31T01:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Input new order Consolidation execice</title>
      <link>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91391#M2531</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV dir="ltr"&gt;&lt;DIV&gt;HI, &lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks for your prompt answer. &lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;I still have an error, as I can't figure out how to populate centrix.&lt;/DIV&gt;&lt;DIV&gt;The error is:&lt;/DIV&gt;&lt;DIV&gt;Internal : Failed to evaluate expression in row 1 of Write Stage 'Product Code &amp;amp; Unit price' on page 'New Order' - The collection has no current row&lt;/DIV&gt;&lt;DIV&gt;I think I correctly get the information from excel:&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33507.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33586i9CCBC5039CC53346/image-size/large?v=v2&amp;amp;px=999" role="button" title="33507.png" alt="33507.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;I modified my main page as you suggest:&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33508.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33588i9173767EB76E4E89/image-size/large?v=v2&amp;amp;px=999" role="button" title="33508.png" alt="33508.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;But I have the error on my "New Order" Object studio.&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33509.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33589i77E56C0C468FF76E/image-size/large?v=v2&amp;amp;px=999" role="button" title="33509.png" alt="33509.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;This is how I made product and price...but clearly it's not correct..&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33510.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33587i4B944DD18ADE38B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="33510.png" alt="33510.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;If you have any idea, it would be highly appreciated. &lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks.&lt;BR /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2021 12:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91391#M2531</guid>
      <dc:creator>mathieuchopplet</dc:creator>
      <dc:date>2021-08-31T12:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Input new order Consolidation execice</title>
      <link>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91392#M2532</link>
      <description>Hi Luc - maybe this will help you:&lt;BR /&gt;&lt;BR /&gt;The CSV has rows of data and each row represents a case/customer/order/whatever. The CSV is read into a collection data item, where again each row is a case. The collection is added to the queue, and each case is represented as a queue item.&lt;BR /&gt;&lt;BR /&gt;The Get Next Item action that Harpreet mentions is they way to lock an item so that nobody else can work the same case - remember the queue could be shared by many digital workers. Once we have locked an item, we can go ahead and do the work - in this example, create the order. When the work is done, we use the Mark Completed action to update the queue item. Then we go back to Get Next Item to work another case; if Get Next Item outputs no Item ID, we know there are no more items available.&lt;BR /&gt;&lt;BR /&gt;To pass data to a VBO so that it can write into the application, we must create input parameters in the Start stage. Once this is done, when an Action stage is added to the process, you can see the parameters required by the VBO.&lt;BR /&gt;&lt;BR /&gt;The data in each case is available in the Data collection output of the Get Next Item action. This collection is used to provide inputs to the Action stge, eg [Data.Product Code]&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2021 13:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91392#M2532</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2021-08-31T13:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Input new order Consolidation execice</title>
      <link>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91393#M2533</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV dir="ltr"&gt;&lt;DIV&gt;HI John,&lt;/DIV&gt;&lt;DIV&gt;Thanks for your help.&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Almost got it...I have an error : "Internal : Failed to evaluate expression in row 1 of Write Stage 'Product Code &amp;amp; Unit price' on page 'New Order' - The field 'Product Code' doesn't exist within this collection". It is correctly spelled.&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;From process Page 1 / get next item I have the following:&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33523.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33602iAA90CFF78729248A/image-size/large?v=v2&amp;amp;px=999" role="button" title="33523.png" alt="33523.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33524.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33603iD7601F1BF2560EC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="33524.png" alt="33524.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Then I pass it to Input order in the main page:&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33525.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33604i24AD49D748BADA47/image-size/large?v=v2&amp;amp;px=999" role="button" title="33525.png" alt="33525.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Then to the start properties of Input Order&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33526.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33605iD56F821426C549EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="33526.png" alt="33526.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Then as an input in the Action properties:&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33527.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33606iD61631CCC48A6FE7/image-size/large?v=v2&amp;amp;px=999" role="button" title="33527.png" alt="33527.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Then as input in BO/new order&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33528.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33608i01E0ABCCFC5B56B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="33528.png" alt="33528.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Then in Write stage:&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33529.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33607i8C39169D7BBD7667/image-size/large?v=v2&amp;amp;px=999" role="button" title="33529.png" alt="33529.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Do you know what I am missing?&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks!&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2021 15:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91393#M2533</guid>
      <dc:creator>mathieuchopplet</dc:creator>
      <dc:date>2021-08-31T15:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Input new order Consolidation execice</title>
      <link>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91394#M2534</link>
      <description>In the VBO start stage, try using individual parameters, like&lt;EM&gt; Product Code&lt;/EM&gt; and &lt;EM&gt;Unit Price,&lt;/EM&gt; rather than passing the whole collection.&lt;BR /&gt;&lt;BR /&gt;Also, it looks like something has gone wrong at the 'read csv' step because your collection doesn't look right. It should have 5 columns, with each value in a cell. But here you have 1 column with all the values concentrated in the same cell. I think this is the reason for your '&lt;SPAN&gt;field doesn't exist within this collection' &lt;/SPAN&gt;error.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33543.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/33619iD0F2B37BB9B762A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="33543.png" alt="33543.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2021 15:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91394#M2534</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2021-08-31T15:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Input new order Consolidation execice</title>
      <link>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91395#M2535</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV dir="ltr"&gt; &lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks a lot for your help. Do you know how can I have the correct information, in the action get next item?&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Get Worksheet As Collection (fast) has an output names Orders_collection.&lt;/DIV&gt;&lt;DIV&gt;Which seems correct:&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Next, the action stage Add to Queue has the following inputs:&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Ouptuts:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Then, the Get next item, has the following inputs and outputs:&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;But QueueData register the information as follows:&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks a lot!!&lt;BR /&gt;&lt;/DIV&gt;  &lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2021 09:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91395#M2535</guid>
      <dc:creator>mathieuchopplet</dc:creator>
      <dc:date>2021-09-02T09:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Input new order Consolidation execice</title>
      <link>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91396#M2536</link>
      <description>Hi Luc - the output collection from reading the CSV file is the one that should be used as the input to Add to Queue. But check that the collection is correctly formatted, with the data in individual cells and rows, not squashed together as you had it previously. In effect what should achieve is this:&lt;BR /&gt;&lt;BR /&gt;
&lt;OL&gt;
&lt;LI&gt;Read N rows of data from the file into collection A, with each row split into data fields&lt;/LI&gt;
&lt;LI&gt;Add collection A to the queue to create N queue items. Then forget about collection A.&lt;/LI&gt;
&lt;LI&gt;Use Get Next Item to lock the next available queue item and extract its data into collection B. Collection B will look like A but will have only 1 row.&lt;/LI&gt;
&lt;LI&gt;Use the data in collection B to create the order&lt;/LI&gt;
&lt;LI&gt;Mark the queue item as complete&lt;/LI&gt;
&lt;LI&gt;Repeat from step 3 until all queue items have been worked&lt;/LI&gt;
&lt;/OL&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2021 10:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91396#M2536</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2021-09-02T10:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Input new order Consolidation execice</title>
      <link>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91397#M2537</link>
      <description>Hi, John,&lt;BR /&gt;Thanks a lot for your help!!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;luc chopplet&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Sep 2021 07:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/University-Forum/Input-new-order-Consolidation-execice/m-p/91397#M2537</guid>
      <dc:creator>mathieuchopplet</dc:creator>
      <dc:date>2021-09-12T07:07:00Z</dc:date>
    </item>
  </channel>
</rss>

