<?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 Supporting joakimeklund. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46543#M2507</link>
    <description>Supporting joakimeklund.
This is by far the best method.
When you establish which row needs to be deleted.
 - Start a loop;
 - Everytime a loop runs add 1
 - When Row to be deleted is the row of the loop, use object - Internal - Collections - Action Remove Row.</description>
    <pubDate>Mon, 11 Sep 2017 14:14:00 GMT</pubDate>
    <dc:creator>ivan.gordeyev</dc:creator>
    <dc:date>2017-09-11T14:14:00Z</dc:date>
    <item>
      <title>Delete specific row from a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46535#M2499</link>
      <description>Is there anyway to tell BP to delete a specific row(s) from a collection other than the first or current row?</description>
      <pubDate>Mon, 20 Oct 2014 04:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46535#M2499</guid>
      <dc:creator>JustinBishop</dc:creator>
      <dc:date>2014-10-20T04:53:00Z</dc:date>
    </item>
    <item>
      <title>No, I'm afraid there's no</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46536#M2500</link>
      <description>No, I'm afraid there's no random access for collections; ie. you can't read from, write to or delete an arbitrary row in the collection.</description>
      <pubDate>Wed, 05 Nov 2014 20:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46536#M2500</guid>
      <dc:creator>StuartWood</dc:creator>
      <dc:date>2014-11-05T20:18:00Z</dc:date>
    </item>
    <item>
      <title>How do we remove the first</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46537#M2501</link>
      <description>How do we remove the first row ?</description>
      <pubDate>Thu, 03 Aug 2017 11:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46537#M2501</guid>
      <dc:creator>RohithSrinivas</dc:creator>
      <dc:date>2017-08-03T11:04:00Z</dc:date>
    </item>
    <item>
      <title>You cannot delete, but you</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46538#M2502</link>
      <description>You cannot delete, but you can copy specific rows from a collection to another collection using a Collection Manipulation Utility.</description>
      <pubDate>Thu, 03 Aug 2017 14:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46538#M2502</guid>
      <dc:creator>ShreyansNahar1</dc:creator>
      <dc:date>2017-08-03T14:56:00Z</dc:date>
    </item>
    <item>
      <title>You can extend the Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46539#M2503</link>
      <description>You can extend the Collection Manipulation Utility and add a code stage to delete a specified row. Try duplicating an action like Copy Row where you need to supply an index and change it, placing a collection.Rows(index).Delete() somewhere and output a new collection</description>
      <pubDate>Thu, 31 Aug 2017 16:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46539#M2503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T16:35:00Z</dc:date>
    </item>
    <item>
      <title>you can do via code stage.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46540#M2504</link>
      <description>you can do via code stage.</description>
      <pubDate>Tue, 05 Sep 2017 12:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46540#M2504</guid>
      <dc:creator>pramod_a_kumar_</dc:creator>
      <dc:date>2017-09-05T12:02:00Z</dc:date>
    </item>
    <item>
      <title>Depends on details, but you</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46541#M2505</link>
      <description>Depends on details, but you could probably use 'Filter Collection' action in 'Utility - Collection Manipulation' BO.
Filter would be something like ""Field  'valueyoudontwanthere'"", as Output select same collection as input and there you go.</description>
      <pubDate>Tue, 05 Sep 2017 15:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46541#M2505</guid>
      <dc:creator>JiriPospisil</dc:creator>
      <dc:date>2017-09-05T15:55:00Z</dc:date>
    </item>
    <item>
      <title>Do you know before hand what</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46542#M2506</link>
      <description>Do you know before hand what rows to delete you could just loop the collection with a counter and in a decision stage delete the row when the counter reaches the specific number.</description>
      <pubDate>Mon, 11 Sep 2017 10:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46542#M2506</guid>
      <dc:creator>joakimeklund</dc:creator>
      <dc:date>2017-09-11T10:52:00Z</dc:date>
    </item>
    <item>
      <title>Supporting joakimeklund.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46543#M2507</link>
      <description>Supporting joakimeklund.
This is by far the best method.
When you establish which row needs to be deleted.
 - Start a loop;
 - Everytime a loop runs add 1
 - When Row to be deleted is the row of the loop, use object - Internal - Collections - Action Remove Row.</description>
      <pubDate>Mon, 11 Sep 2017 14:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46543#M2507</guid>
      <dc:creator>ivan.gordeyev</dc:creator>
      <dc:date>2017-09-11T14:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete specific row from a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46544#M2508</link>
      <description>If you wanna remove rows without any logical condition then this solution can help.&lt;BR /&gt;&lt;BR /&gt;Let's say you wanna keep only 1st row and remove all other rows OR you wanna keep the first 5 rows, 10 row,s etc any number of rows that you're sure of,&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="25534.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/25664i0043E4A115CF83A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="25534.png" alt="25534.png" /&gt;&lt;/span&gt;Using the Copy Rows action, you can pass start row and from there how many rows you wanna copy. So in the above example, it will keep only the first row and remove all others.&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>Wed, 08 Sep 2021 09:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46544#M2508</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2021-09-08T09:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete specific row from a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46545#M2509</link>
      <description>&lt;DIV class="row"&gt;
&lt;DIV class="col-sm-10"&gt;
&lt;DIV class="row"&gt;
&lt;DIV class="col-md-12 messageContentColumn"&gt;You can extend the Collection Manipulation Utility and add a code stage to delete a specified row.&lt;BR /&gt;&lt;BR /&gt;Try duplicating an action like Copy Row where you need to supply an index and change it,&lt;BR /&gt;&lt;BR /&gt;placing a collection.Rows(index).Delete() somewhere and output a new collection&lt;BR /&gt;--------------------------&lt;BR /&gt;&lt;A href="https://www.optics4birding.com/" target="_blank" rel="noopener"&gt;Optics4birding&lt;/A&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 22:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46545#M2509</guid>
      <dc:creator>stelabentley</dc:creator>
      <dc:date>2021-09-14T22:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete specific row from a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46546#M2510</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can delete rows which aren't the first or last row you just need to loop through the collection until you find the row you need to delete. Of course this assumes you have a way of identifying the row required to be delete using some criteria. Use the object in Internal Business Objects - Collections and action Remove row.&amp;nbsp; The input is the collection name where the row is to be removed but it doesnt allow you to enter the row number or anything so it will delete whatever row your collection is currently on. If your ok with coding you could make a copy of this action and then amend it to accept a row number but if you are ok with using a loop to get the correct row then this will work fine for you.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2021 10:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46546#M2510</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-09-15T10:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Delete specific row from a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46547#M2511</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try the below DX asset..! Hope this helps..!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/78038/solution/spgmi--utility-collection-booster" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/78038/solution/spgmi--utility-collection-booster&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks..!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jahangir Khan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2021 15:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Delete-specific-row-from-a-collection/m-p/46547#M2511</guid>
      <dc:creator>JahangirKhan</dc:creator>
      <dc:date>2021-09-15T15:03:00Z</dc:date>
    </item>
  </channel>
</rss>

