<?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: Find value from collection in Email Body in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Find-value-from-collection-in-Email-Body/m-p/65954#M18559</link>
    <description>Hi, Matthew,&lt;BR /&gt;&lt;BR /&gt;did you think about using Filter collection to get the right rows?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Apr 2020 07:17:00 GMT</pubDate>
    <dc:creator>zdenek.kabatek</dc:creator>
    <dc:date>2020-04-21T07:17:00Z</dc:date>
    <item>
      <title>Find value from collection in Email Body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-value-from-collection-in-Email-Body/m-p/65952#M18557</link>
      <description>Hello All, &lt;BR /&gt;&lt;BR /&gt;I am trying to categorise emails based on key words from inside the email body. &lt;BR /&gt;&lt;BR /&gt;If I hardcode the values it is looking for then the process works as expected. &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="17527.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17681i8EE5192B6A22E7F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="17527.png" alt="17527.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Now the next step is to have the keywords which define a category in a locally managed file. &lt;BR /&gt;&lt;BR /&gt;I would of thought putting the list of key words into a collection. &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="17528.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17679i67BCB719A15323E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="17528.png" alt="17528.png" /&gt;&lt;/span&gt;&lt;BR /&gt;To then add that collection to my choice stage &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="17529.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17680i4A6E1C4E9E3A56BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="17529.png" alt="17529.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;But this isnt working as expected. &lt;BR /&gt;&lt;BR /&gt;There is 7 categories, with undefined number of key words (as this is likely to gorw as we progress over time). &lt;BR /&gt;&lt;BR /&gt;Any suggestions or guideance on this would be great. &lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;Thanks&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Matthew Ross&lt;BR /&gt;Principal Innovation Developer &amp;amp; Analyst&lt;BR /&gt;NHBC&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Apr 2020 11:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-value-from-collection-in-Email-Body/m-p/65952#M18557</guid>
      <dc:creator>MoDCore</dc:creator>
      <dc:date>2020-04-20T11:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find value from collection in Email Body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-value-from-collection-in-Email-Body/m-p/65953#M18558</link>
      <description>Hi Matthew,&lt;BR /&gt;&lt;BR /&gt;The above logic should work with one minor change. In the first image above you are asking it to find [String_A] in the emai_text OR [String_B] in the email_Text, as this is basic string&amp;nbsp;matching this works as expected​, however in the third image you are asking it to find a column of a collection in the email_text, which will cause an error as the data types are not compatible in this way.&lt;BR /&gt;&lt;BR /&gt;To fix the above, use a loop stage and set it to loop through your collection of keywords, then move the decision stage containing the logic (image 3) between the open and close of the loop. This will&amp;nbsp;then go through the collection one row at a time, allowing the keyword in each row to be searched for individually.&lt;BR /&gt;&lt;BR /&gt;Hope this helps with your issue.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ian Campbell&lt;BR /&gt;RPA Specialist&lt;BR /&gt;Allen &amp;amp; Overy&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Apr 2020 06:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-value-from-collection-in-Email-Body/m-p/65953#M18558</guid>
      <dc:creator>IanCampbell</dc:creator>
      <dc:date>2020-04-21T06:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find value from collection in Email Body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-value-from-collection-in-Email-Body/m-p/65954#M18559</link>
      <description>Hi, Matthew,&lt;BR /&gt;&lt;BR /&gt;did you think about using Filter collection to get the right rows?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Apr 2020 07:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-value-from-collection-in-Email-Body/m-p/65954#M18559</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-04-21T07:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Find value from collection in Email Body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Find-value-from-collection-in-Email-Body/m-p/65955#M18560</link>
      <description>&lt;P&gt;This sounds like a plan to me! &lt;BR /&gt;&lt;BR /&gt;Will work on it today and report back with my findings. &lt;BR /&gt;&lt;BR /&gt;Think i was looking at it too much and could see the simple loop path.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Matthew&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Matthew Ross&lt;BR /&gt;Principal Innovation Developer &amp;amp; Analyst&lt;BR /&gt;NHBC&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Apr 2020 07:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Find-value-from-collection-in-Email-Body/m-p/65955#M18560</guid>
      <dc:creator>MoDCore</dc:creator>
      <dc:date>2020-04-21T07:41:00Z</dc:date>
    </item>
  </channel>
</rss>

