<?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 Filter collection based on specific value using (Data Item) in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101909#M48760</link>
    <description>Hi Team, &lt;BR /&gt;&lt;BR /&gt;Currently I am using a regular collection filtering using a loop stage but this is taking to long to go trough a list of 500 rows or more...&lt;BR /&gt;I was trying to use the collection filter, but, I need to use data item ( as value read as it changes for each page run,,,,) but I wasn't able to make work.... &lt;BR /&gt;&lt;BR /&gt;basically in document attached it is the current actions I am taking&lt;BR /&gt;&lt;BR /&gt;Anything that doesn't match the value read in that moment should be just gone from collection list....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is it possible to add Data (value read) in the Utility collection manipulation (Filter) so it allows to do this action at once, or do you have better solution to save time?&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36868.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36878iAC35F5682083AFC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="36868.png" alt="36868.png" /&gt;&lt;/span&gt;This basically the start of the action to this loop&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36869.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36880i9504BB071674F8E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="36869.png" alt="36869.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Thu, 30 Sep 2021 12:16:48 GMT</pubDate>
    <dc:creator>LorenzoCapocci1</dc:creator>
    <dc:date>2021-09-30T12:16:48Z</dc:date>
    <item>
      <title>Filter collection based on specific value using (Data Item)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101909#M48760</link>
      <description>Hi Team, &lt;BR /&gt;&lt;BR /&gt;Currently I am using a regular collection filtering using a loop stage but this is taking to long to go trough a list of 500 rows or more...&lt;BR /&gt;I was trying to use the collection filter, but, I need to use data item ( as value read as it changes for each page run,,,,) but I wasn't able to make work.... &lt;BR /&gt;&lt;BR /&gt;basically in document attached it is the current actions I am taking&lt;BR /&gt;&lt;BR /&gt;Anything that doesn't match the value read in that moment should be just gone from collection list....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is it possible to add Data (value read) in the Utility collection manipulation (Filter) so it allows to do this action at once, or do you have better solution to save time?&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36868.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36878iAC35F5682083AFC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="36868.png" alt="36868.png" /&gt;&lt;/span&gt;This basically the start of the action to this loop&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36869.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36880i9504BB071674F8E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="36869.png" alt="36869.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 30 Sep 2021 12:16:48 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101909#M48760</guid>
      <dc:creator>LorenzoCapocci1</dc:creator>
      <dc:date>2021-09-30T12:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Filter collection based on specific value using (Data Item)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101910#M48761</link>
      <description>Hi Lorenzo,&lt;BR /&gt;&lt;BR /&gt;I think you can just use the Filter Collection action in the Utility - Collection Manupulation VBO.&lt;BR /&gt;The inputs are as followed:&lt;BR /&gt;Collection In: [collection name]&lt;BR /&gt;Filter: "colname = '"&amp;amp;[value]&amp;amp;"'" (you need single quotes around the data item [value])&lt;BR /&gt;where colname is the column in the collection you want to filter on.</description>
      <pubDate>Thu, 30 Sep 2021 13:08:50 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101910#M48761</guid>
      <dc:creator>NicholasHobbs</dc:creator>
      <dc:date>2021-09-30T13:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filter collection based on specific value using (Data Item)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101911#M48762</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/36365"&gt;@NicholasHobbs&lt;/a&gt;, &lt;BR /&gt;Thank you for helping out, but could I ask to review the value please&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;This is what I have based on my collection&amp;nbsp; ( added a screen shot of current view for data item current value and note...)&lt;BR /&gt;Column Name = EC-Level (OrdSup)&lt;BR /&gt;Data Item =&amp;nbsp; [Value Read]&lt;BR /&gt;&lt;BR /&gt;"&lt;STRONG&gt;EC-Level (OrdSup)&lt;/STRONG&gt;= '"&amp;amp;[Value Read]&amp;amp;' "&lt;BR /&gt;&lt;BR /&gt;I have tried to review the " but Still getting this error, can you help again, please.. thank you&lt;BR /&gt;​&lt;span class="lia-inline-image-display-wrapper" image-alt="36859.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36871i8336708E5771B0F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="36859.png" alt="36859.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 30 Sep 2021 13:53:22 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101911#M48762</guid>
      <dc:creator>LorenzoCapocci1</dc:creator>
      <dc:date>2021-09-30T13:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filter collection based on specific value using (Data Item)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101912#M48763</link>
      <description>Hi Lorenzo,&lt;BR /&gt;&lt;BR /&gt;You need a double quote before the single quote at then end.&lt;BR /&gt;&lt;BR /&gt;You have &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;STRONG&gt;EC-Level (OrdSup)&lt;/STRONG&gt;&lt;SPAN&gt;= '"&amp;amp;[Value Read]&amp;amp;' "&lt;BR /&gt;It should be "&lt;STRONG&gt;EC-Level (OrdSup)&lt;/STRONG&gt;= '"&amp;amp;[Value Read]&amp;amp;"' "&lt;/SPAN&gt;</description>
      <pubDate>Thu, 30 Sep 2021 13:59:27 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101912#M48763</guid>
      <dc:creator>NicholasHobbs</dc:creator>
      <dc:date>2021-09-30T13:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filter collection based on specific value using (Data Item)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101913#M48764</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/36365"&gt;@NicholasHobbs&lt;/a&gt;&lt;BR /&gt;I just copied &lt;SPAN&gt;"&lt;STRONG&gt;EC-Level (OrdSup)&lt;/STRONG&gt;= '"&amp;amp;[Value Read]&amp;amp;"' "&lt;BR /&gt;&lt;BR /&gt;and seems it is not liking the bracket I have in this , but this is what I have from the file and I can't remove from the original report, or maybe is there something else I am doing wrong? thank you very much once again&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Internal : Could not execute code stage because exception thrown by code stage: The expression contains undefined function call Level(). &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36860.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36869i95BC3322184D10FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="36860.png" alt="36860.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36861.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36870i3D64A0276C117679/image-size/large?v=v2&amp;amp;px=999" role="button" title="36861.png" alt="36861.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36862.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36873iC1CB82A048061357/image-size/large?v=v2&amp;amp;px=999" role="button" title="36862.png" alt="36862.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36863.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36874i8A4BCB3776FADF6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="36863.png" alt="36863.png" /&gt;&lt;/span&gt;&lt;BR /&gt;​</description>
      <pubDate>Thu, 30 Sep 2021 14:04:20 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101913#M48764</guid>
      <dc:creator>LorenzoCapocci1</dc:creator>
      <dc:date>2021-09-30T14:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter collection based on specific value using (Data Item)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101914#M48765</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/40246"&gt;@LorenzoCapocci1&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;You will also get an error with the column name because it has a space and () in.&lt;BR /&gt;&lt;BR /&gt;I think you can put square brackets around the colname to fix this.&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;"[&lt;/SPAN&gt;&lt;STRONG&gt;EC-Level (OrdSup)]&lt;/STRONG&gt;&lt;SPAN&gt;= '"&amp;amp;[Value Read]&amp;amp;"'"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;I forgot about this in my previous answer.&lt;BR /&gt;&lt;BR /&gt;​</description>
      <pubDate>Thu, 30 Sep 2021 14:14:33 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101914#M48765</guid>
      <dc:creator>NicholasHobbs</dc:creator>
      <dc:date>2021-09-30T14:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filter collection based on specific value using (Data Item)</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101915#M48766</link>
      <description>Thank you &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/36365"&gt;@NicholasHobbs&lt;/a&gt;​ it worked perfectly, thank you so much for your help and time to get this sorted so quickly, I really appreciate!</description>
      <pubDate>Thu, 30 Sep 2021 14:21:16 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Filter-collection-based-on-specific-value-using-Data-Item/m-p/101915#M48766</guid>
      <dc:creator>LorenzoCapocci1</dc:creator>
      <dc:date>2021-09-30T14:21:16Z</dc:date>
    </item>
  </channel>
</rss>

