<?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: getting Particular  row from a collection in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87817#M38479</link>
    <description>Hi Kumari,&lt;BR /&gt;&lt;BR /&gt;This is the "Utility - Collection Manipulation" and the action "Read Collection Field". This action will only copy one field at a time.&lt;BR /&gt;&lt;BR /&gt;Looking into it, a more suitable action would be the "Copy Rows" action. Here you can set the start row and number of rows to copy. This is probably the quickest way.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Jul 2021 08:28:00 GMT</pubDate>
    <dc:creator>Ben.Lyons1</dc:creator>
    <dc:date>2021-07-28T08:28:00Z</dc:date>
    <item>
      <title>getting Particular  row from a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87814#M38476</link>
      <description>Hi All,&lt;BR /&gt;Plz help me out with the following query.&lt;BR /&gt;I have&amp;nbsp; two collections ,from one collection i need to fetch first row and from second collection i need to fetch last row. How can I achieve this. Please reply me asap.&lt;BR /&gt;thanks in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumari Yadav&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jul 2021 07:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87814#M38476</guid>
      <dc:creator>KumariYadav1</dc:creator>
      <dc:date>2021-07-28T07:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: getting Particular  row from a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87815#M38477</link>
      <description>Hi Kumari,&lt;BR /&gt;&lt;BR /&gt;One way would be to use a loop on the first collection and you'll have row straight away. You could then use the collection manipulation utility to reverse the second collection, then use loop again to get the top row.&lt;BR /&gt;&lt;BR /&gt;Another might be to use the collection manipulation to get 1 field at a time for row 0 (the first row), then do a row count for the second collection and get the fields for rowcount-1.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jul 2021 07:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87815#M38477</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-07-28T07:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: getting Particular  row from a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87816#M38478</link>
      <description>Thanku for your response Ben . But for your second Logic can you let me know for which object and action you are referring, that which action is used for getting row from a collection by using row number. Is there any? Can you send me the ss for particular action what you are referring? It will be a great help.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumari Yadav&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jul 2021 08:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87816#M38478</guid>
      <dc:creator>KumariYadav1</dc:creator>
      <dc:date>2021-07-28T08:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: getting Particular  row from a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87817#M38479</link>
      <description>Hi Kumari,&lt;BR /&gt;&lt;BR /&gt;This is the "Utility - Collection Manipulation" and the action "Read Collection Field". This action will only copy one field at a time.&lt;BR /&gt;&lt;BR /&gt;Looking into it, a more suitable action would be the "Copy Rows" action. Here you can set the start row and number of rows to copy. This is probably the quickest way.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Lyons&lt;BR /&gt;Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;UK&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jul 2021 08:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87817#M38479</guid>
      <dc:creator>Ben.Lyons1</dc:creator>
      <dc:date>2021-07-28T08:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: getting Particular  row from a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87818#M38480</link>
      <description>Thanks for response Ben. will try this and let you know.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumari Yadav&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jul 2021 09:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87818#M38480</guid>
      <dc:creator>KumariYadav1</dc:creator>
      <dc:date>2021-07-28T09:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: getting Particular  row from a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87819#M38481</link>
      <description>Hi Ben, i have posted one more question, Can you please check that ? I need it really soon. Any Help would be appreciated. Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kumari Yadav&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jul 2021 10:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87819#M38481</guid>
      <dc:creator>KumariYadav1</dc:creator>
      <dc:date>2021-07-28T10:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: getting Particular  row from a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87820#M38482</link>
      <description>&lt;SPAN&gt;Utility - Collection Manipulation =&amp;gt; Read Collection Field where you can provide input parameters as Collection, Field Name and Row Index. Try with Row Index = 0. Because Row Index will starts with ""0"" and for the last row count rows will give you the count which can be again passed as a index.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;Vipul Tiwari&lt;BR /&gt;Senior Process Simplification and Optimization Designer(Solutions Architect)&lt;BR /&gt;Fidelity International&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Sep 2021 12:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/getting-Particular-row-from-a-collection/m-p/87820#M38482</guid>
      <dc:creator>EVIPUTI</dc:creator>
      <dc:date>2021-09-04T12:39:00Z</dc:date>
    </item>
  </channel>
</rss>

