<?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: Error while using the collection manipulation utility in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92366#M42169</link>
    <description>I'd be tempted to try an OLEDB query using a JOIN clause much like you would with two DB tables.&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>Mon, 11 May 2020 14:41:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2020-05-11T14:41:00Z</dc:date>
    <item>
      <title>Error while using the collection manipulation utility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92362#M42165</link>
      <description>My requirement&amp;nbsp; take the value from workbook&amp;nbsp;&lt;STRONG&gt;A&lt;/STRONG&gt; and search for the value in Workbook&amp;nbsp;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;STRONG&gt;B&lt;/STRONG&gt; .&lt;BR /&gt;1.i have loaded the 2 excel sheets into 2 different collections&amp;nbsp;&lt;BR /&gt;2.Taking the value from collection&amp;nbsp;&lt;STRONG&gt;A&amp;nbsp;&lt;/STRONG&gt;and searching for the value in collection&amp;nbsp;&lt;STRONG&gt;B&amp;nbsp;&lt;/STRONG&gt;using "collection contains value"&amp;nbsp;&lt;BR /&gt;3.But it's throwing an error like "could not execute code stage because the value your searching is not available in collection&amp;nbsp;&lt;STRONG&gt;B&amp;nbsp;&lt;/STRONG&gt;even the value is available in collection&amp;nbsp;&lt;STRONG&gt;B.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;can anyone help me with this .Thanks In Advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nagababu Maturi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 08 May 2020 10:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92362#M42165</guid>
      <dc:creator>NagababuMaturi</dc:creator>
      <dc:date>2020-05-08T10:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error while using the collection manipulation utility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92363#M42166</link>
      <description>Hi Nagababu,&lt;BR /&gt;&lt;BR /&gt;Please provide a bit more information around what it is you are trying to do. Provide a simplified example of the structure of each workbook and highlight the values you are trying to match. With that information I may be able to provide a working example to follow, or determine if there is something else going on in your environment if that doesn't work either.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jared&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jared Rumball&lt;BR /&gt;Q4 Associates Ltd&lt;BR /&gt;&lt;A href="https://www.q4associates.biz/" target="test_blank"&gt;https://www.q4associates.biz/&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 11 May 2020 11:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92363#M42166</guid>
      <dc:creator>Jared.Rumball</dc:creator>
      <dc:date>2020-05-11T11:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error while using the collection manipulation utility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92364#M42167</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV style="page: WordSection1"&gt;&lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;Thank you for Responding,&lt;/P&gt;&lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;I need to compare each and every value in collection &lt;B&gt;A &lt;/B&gt;is available in collection &lt;B&gt;B.&lt;/B&gt;&lt;/P&gt;&lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;for example If collection A has 310 record and collection B has 600 records. My requirement is take one value from collection A and search for the same value in collection B.&lt;/P&gt;&lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;If the value found I have to store that record in Collection c.&lt;/P&gt;&lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;If the value not found I have to store the Record In collection D.&lt;/P&gt;&lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;I have achieved the requirement using nested loops but it's taking more time to get the result .The loop iterates 310*600 times. I need a method to reduce the time for this requirement.&lt;/P&gt;&lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;Nagababu&lt;/P&gt;&lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif"&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------Original Message------&lt;BR /&gt;&lt;BR /&gt;Hi Nagababu,&lt;BR /&gt;&lt;BR /&gt;Please provide a bit more information around what it is you are trying to do. Provide a simplified example of the structure of each workbook and highlight the values you are trying to match. With that information I may be able to provide a working example to follow, or determine if there is something else going on in your environment if that doesn't work either.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jared&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jared Rumball&lt;BR /&gt;Q4 Associates Ltd&lt;BR /&gt;&lt;A href="https://www.q4associates.biz/" target="test_blank"&gt;https://www.q4associates.biz/&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 11 May 2020 13:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92364#M42167</guid>
      <dc:creator>NagababuMaturi</dc:creator>
      <dc:date>2020-05-11T13:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error while using the collection manipulation utility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92365#M42168</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV style="page: WordSection1"&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #7A7A7A"&gt;&lt;SPAN style="color:windowtext"&gt;Hi, Nagabubu.&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #7A7A7A"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #7A7A7A"&gt;&lt;SPAN style="color:windowtext"&gt;You can try to use Filter action to reduce &amp;nbsp;your execution time. The filter action is part of the basic vbo coming with the installation.&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #7A7A7A"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #7A7A7A"&gt;&lt;SPAN style="color:windowtext"&gt;Try it and give us some feedback of your results. If it does not work, we can try something else.&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #7A7A7A"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #7A7A7A"&gt;&lt;SPAN style="color:windowtext"&gt;Best regards.&lt;/SPAN&gt;&lt;/P&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #7A7A7A"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;DIV&gt; &lt;TABLE border="0" cellspacing="0" cellpadding="0" width="509" style="width:5.3in;border-collapse:collapse"&gt; &lt;TBODY&gt; &lt;TR style="height:106.65pt"&gt; &lt;TD width="108" valign="bottom" style="width:81.0pt;padding:0in 0in 0in 0in;height:106.65pt"&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #7A7A7A"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN lang="ES-AR" style="color:windowtext"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29632.jpg"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29758iC4C68C4463AF1DF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="29632.jpg" alt="29632.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN lang="SV" style="font-size:11.5pt;color:windowtext"&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;/TD&gt; &lt;TD width="528" valign="bottom" style="width:5.5in;padding:0in 0in 0in 0in;height:106.65pt"&gt; &lt;/TD&gt; &lt;/TR&gt; &lt;/TBODY&gt; &lt;/TABLE&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #7A7A7A"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; &lt;/DIV&gt; &lt;P style="margin: 0in;margin-bottom: .0001pt;font-size: 11.0pt;font-family: &amp;quot;Calibri&amp;quot;,sans-serif;color: #7A7A7A"&gt;&lt;SPAN style="color:windowtext"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------Original Message------&lt;BR /&gt;&lt;BR /&gt;&lt;DIV class="uconBody"&gt;&lt;DIV&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; font-size: 11.0pt; font-family: &amp;quot;Calibri&amp;quot;, sans-serif"&gt;Thank you for Responding,&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; font-size: 11.0pt; font-family: &amp;quot;Calibri&amp;quot;, sans-serif"&gt;I need to compare each and every value in collection &lt;B&gt;A &lt;/B&gt;is available in collection &lt;B&gt;B.&lt;/B&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; font-size: 11.0pt; font-family: &amp;quot;Calibri&amp;quot;, sans-serif"&gt;for example If collection A has 310 record and collection B has 600 records. My requirement is take one value from collection A and search for the same value in collection B.&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; font-size: 11.0pt; font-family: &amp;quot;Calibri&amp;quot;, sans-serif"&gt;If the value found I have to store that record in Collection c.&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; font-size: 11.0pt; font-family: &amp;quot;Calibri&amp;quot;, sans-serif"&gt;If the value not found I have to store the Record In collection D.&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; font-size: 11.0pt; font-family: &amp;quot;Calibri&amp;quot;, sans-serif"&gt;I have achieved the requirement using nested loops but it's taking more time to get the result .The loop iterates 310*600 times. I need a method to reduce the time for this requirement.&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; font-size: 11.0pt; font-family: &amp;quot;Calibri&amp;quot;, sans-serif"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; font-size: 11.0pt; font-family: &amp;quot;Calibri&amp;quot;, sans-serif"&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; font-size: 11.0pt; font-family: &amp;quot;Calibri&amp;quot;, sans-serif"&gt;Nagababu&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; font-size: 11.0pt; font-family: &amp;quot;Calibri&amp;quot;, sans-serif"&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 May 2020 14:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92365#M42168</guid>
      <dc:creator>RaúlHernández</dc:creator>
      <dc:date>2020-05-11T14:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error while using the collection manipulation utility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92366#M42169</link>
      <description>I'd be tempted to try an OLEDB query using a JOIN clause much like you would with two DB tables.&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>Mon, 11 May 2020 14:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92366#M42169</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2020-05-11T14:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error while using the collection manipulation utility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92367#M42170</link>
      <description>Hi Nagababu,&lt;BR /&gt;&lt;BR /&gt;I've attached a really simple contrived example of using the "Collection Contains Value" action which works for me locally. Can you test that and see if it also works for you?&lt;BR /&gt;&lt;BR /&gt;I'm assuming that your imported worksheets are more complex obviously, but it can be good to start simple and then apply the pattern to your own data.&lt;BR /&gt;&lt;BR /&gt;Just reading the error message in your original post again though:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;3.But it's throwing an error like "could not execute code stage because the value your searching is not available in collection&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="color: #7a7a7a; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px;"&gt;B&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;even the value is available in collection&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="color: #7a7a7a; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px;"&gt;B.&lt;/STRONG&gt;&lt;/P&gt;
&lt;BR /&gt;Is the specific error from Blue Prism more like this then:&lt;BR /&gt;
&lt;DIV style="padding-left: 30px;"&gt;Internal : Could not execute code stage because exception thrown by code stage: The collection does not contain a field with the name 'Val'&lt;/DIV&gt;
&lt;BR /&gt;If so, then this error indicates that the &lt;EM&gt;&lt;STRONG&gt;column name&lt;/STRONG&gt; &lt;/EM&gt;you have specified to search within does not exist within the collection to be searched. Remember also that the Column Name input for the action is type Text, so the value specified must either be in quotes like this if you hard code it in the action:&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29637.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29764i412D5CCA9F531D72/image-size/large?v=v2&amp;amp;px=999" role="button" title="29637.png" alt="29637.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Or you can populate a text data item and use that in the action so it would look like this:&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29638.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29767iC1F4E3DF26F426BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="29638.png" alt="29638.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jared Rumball&lt;BR /&gt;Q4 Associates Ltd&lt;BR /&gt;&lt;A href="https://www.q4associates.biz/" target="test_blank"&gt;https://www.q4associates.biz/&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 11 May 2020 22:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92367#M42170</guid>
      <dc:creator>Jared.Rumball</dc:creator>
      <dc:date>2020-05-11T22:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Error while using the collection manipulation utility</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92368#M42171</link>
      <description>Yeah, interesting approach John Carter, particularly if you're comfortable working with OLEDB and/or you have a larger data set to work through.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jared Rumball&lt;BR /&gt;Q4 Associates Ltd&lt;BR /&gt;&lt;A href="https://www.q4associates.biz/" target="test_blank"&gt;https://www.q4associates.biz/&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 11 May 2020 22:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Error-while-using-the-collection-manipulation-utility/m-p/92368#M42171</guid>
      <dc:creator>Jared.Rumball</dc:creator>
      <dc:date>2020-05-11T22:38:00Z</dc:date>
    </item>
  </channel>
</rss>

