<?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: Extracting an increasing number from a line of text in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77453#M29670</link>
    <description>I've been thinking and is it possible to maybe take the fill text and minus off the text leaving the number?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;shaun reed&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Dec 2020 10:10:00 GMT</pubDate>
    <dc:creator>shaunreed1</dc:creator>
    <dc:date>2020-12-02T10:10:00Z</dc:date>
    <item>
      <title>Extracting an increasing number from a line of text</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77452#M29669</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am new to BP and struggling to fine a guide for expressions.&amp;nbsp; I understand how to use the expression builder but sometimes It isnt always fit for purpose so a guide detailing loads of expression strings would be great to aid my learning.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My current issue is that I want to extract a number at the end of a line of text.&amp;nbsp; "Your order ref is 15", i used the expression RIGHT to get the last 2 digits however when the order number reaches order 100 then the expression will no longer be fit.&amp;nbsp; How can I extract an ever increasing number - Please reply in the simplest form to aid my understanding.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;shaun reed&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2020 09:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77452#M29669</guid>
      <dc:creator>shaunreed1</dc:creator>
      <dc:date>2020-12-02T09:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Extracting an increasing number from a line of text</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77453#M29670</link>
      <description>I've been thinking and is it possible to maybe take the fill text and minus off the text leaving the number?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;shaun reed&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2020 10:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77453#M29670</guid>
      <dc:creator>shaunreed1</dc:creator>
      <dc:date>2020-12-02T10:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Extracting an increasing number from a line of text</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77454#M29671</link>
      <description>Hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="df4eedc4-6a4b-423b-bfa5-c574941e08d4" data-tag-text="@shaun reed" href="https://community.blueprism.com/network/profile?UserKey=df4eedc4-6a4b-423b-bfa5-c574941e08d4" data-itemmentionkey="0c576ff1-f953-4d98-8ed6-f603b072b649"&gt;@shaun reed&lt;/A&gt;, if your text has variable number length, you can use Utility String VBO​ "Extract Regex Values" action. This will give you the extracted value of however many numbers from your string in a collection. The Coll1 collection should have 2 fields Name and Value. In the Initial Value add one row, where Name will have OrdNo and keep value blank. Hope this helps.&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="18621.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/18773i8C0DEF0DFFA1C714/image-size/large?v=v2&amp;amp;px=999" role="button" title="18621.png" alt="18621.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rup Joshi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2020 15:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77454#M29671</guid>
      <dc:creator>NrupalJoshi</dc:creator>
      <dc:date>2020-12-02T15:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Extracting an increasing number from a line of text</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77455#M29672</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;This really helped.&amp;nbsp; I was wondering if you can help with another one.&amp;nbsp; I have extracted the order ref number now and it is sitting in a data item in the business object page.&amp;nbsp; I need to pass this to the process page.&amp;nbsp; How do I do this? The data item is called Order Ref. &lt;BR /&gt;&lt;BR /&gt;Im assuming it would need to go into a collection so it will collect all of the orders.&amp;nbsp; This is part of training. ​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;shaun reed&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2020 15:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77455#M29672</guid>
      <dc:creator>shaunreed1</dc:creator>
      <dc:date>2020-12-02T15:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Extracting an increasing number from a line of text</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77456#M29673</link>
      <description>You can pass the data item via the End stage. So, open end properties and add your data item there. In your process when you are calling that object via action, open the properties, and accept that value in the Outputs.&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Rup Joshi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2020 16:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77456#M29673</guid>
      <dc:creator>NrupalJoshi</dc:creator>
      <dc:date>2020-12-02T16:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Extracting an increasing number from a line of text</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77457#M29674</link>
      <description>You can also Replace( [your_text] ,"&lt;SPAN&gt;Your order ref is "&lt;/SPAN&gt;,"") =&amp;gt; "15" if string is always the same and just number changes.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2020 16:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77457#M29674</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2020-12-02T16:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Extracting an increasing number from a line of text</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77458#M29675</link>
      <description>Hey Shaun,&lt;BR /&gt;&lt;BR /&gt;Its very easy please below steps.&lt;BR /&gt;&lt;BR /&gt;1.Read the text from application.&lt;BR /&gt;2.Get calculation stage&lt;BR /&gt;3.Add replace function from left side function area&lt;BR /&gt;4.so your expression will be - Replace("Your order ref is 15","Your order ref is"," ") and store it in data item.&lt;BR /&gt;Details of replace function - Replace(Put your entire text here, Put here that text which need to replace,Put here replace text (above I have added " " that mean blank)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you will get only numbers every time&lt;BR /&gt;&lt;BR /&gt;I hope you got your ans.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nilesh Jadhav &lt;BR /&gt;Senior RPA Specialist&lt;BR /&gt;ADP&lt;BR /&gt;India&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2020 18:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Extracting-an-increasing-number-from-a-line-of-text/m-p/77458#M29675</guid>
      <dc:creator>NileshJadhavBP</dc:creator>
      <dc:date>2020-12-02T18:25:00Z</dc:date>
    </item>
  </channel>
</rss>

