<?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 Getting values from collection using the value of a Column. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Getting-values-from-collection-using-the-value-of-a-Column/m-p/46844#M2736</link>
    <description>Hi Blue Prism community&lt;BR /&gt;&lt;BR /&gt;I'm looking for a code that can work with Blue Prism.&lt;BR /&gt;I have a collection for example:&lt;BR /&gt;Column1&amp;nbsp; &amp;nbsp; Value1 Value2&lt;BR /&gt;Name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; john&amp;nbsp; &amp;nbsp; &amp;nbsp; Smith&lt;BR /&gt;Address&amp;nbsp; &amp;nbsp; &amp;nbsp; Street&amp;nbsp; &amp;nbsp; 43&lt;BR /&gt;&lt;BR /&gt;and I want to get the data in&amp;nbsp; Value1-column&amp;nbsp; when the Column name = "stringxxx"&amp;nbsp; &amp;nbsp; &amp;nbsp;For example&amp;nbsp; When column Name = "Name" I have to save the Data in Value1&amp;nbsp; which is "John" in this example.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I know I can loop through the collection and check if the Column name =&amp;nbsp; "stringxy"&amp;nbsp; but I have a big collection and doing the check with multiple choice of Blue Prism will make the Page big and ugly.&lt;BR /&gt;&lt;BR /&gt;Any Code with C# will be helpful here for me. thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Best regards,&lt;BR /&gt;Ayyoub&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ayyoub Benoudina&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Jun 2020 08:26:00 GMT</pubDate>
    <dc:creator>AyyoubBenoudina</dc:creator>
    <dc:date>2020-06-02T08:26:00Z</dc:date>
    <item>
      <title>Getting values from collection using the value of a Column.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-values-from-collection-using-the-value-of-a-Column/m-p/46844#M2736</link>
      <description>Hi Blue Prism community&lt;BR /&gt;&lt;BR /&gt;I'm looking for a code that can work with Blue Prism.&lt;BR /&gt;I have a collection for example:&lt;BR /&gt;Column1&amp;nbsp; &amp;nbsp; Value1 Value2&lt;BR /&gt;Name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; john&amp;nbsp; &amp;nbsp; &amp;nbsp; Smith&lt;BR /&gt;Address&amp;nbsp; &amp;nbsp; &amp;nbsp; Street&amp;nbsp; &amp;nbsp; 43&lt;BR /&gt;&lt;BR /&gt;and I want to get the data in&amp;nbsp; Value1-column&amp;nbsp; when the Column name = "stringxxx"&amp;nbsp; &amp;nbsp; &amp;nbsp;For example&amp;nbsp; When column Name = "Name" I have to save the Data in Value1&amp;nbsp; which is "John" in this example.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I know I can loop through the collection and check if the Column name =&amp;nbsp; "stringxy"&amp;nbsp; but I have a big collection and doing the check with multiple choice of Blue Prism will make the Page big and ugly.&lt;BR /&gt;&lt;BR /&gt;Any Code with C# will be helpful here for me. thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Best regards,&lt;BR /&gt;Ayyoub&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ayyoub Benoudina&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Jun 2020 08:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-values-from-collection-using-the-value-of-a-Column/m-p/46844#M2736</guid>
      <dc:creator>AyyoubBenoudina</dc:creator>
      <dc:date>2020-06-02T08:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: Getting values from collection using the value of a Column.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Getting-values-from-collection-using-the-value-of-a-Column/m-p/46845#M2737</link>
      <description>Use the Filter method in the utility VBO to apply a filter such as [Value 1] = 'John' and produce an output of all the rows satisfying the condition.&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, 02 Jun 2020 08:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Getting-values-from-collection-using-the-value-of-a-Column/m-p/46845#M2737</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2020-06-02T08:54:00Z</dc:date>
    </item>
  </channel>
</rss>

