<?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 Blueprism in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Blueprism/m-p/59781#M13366</link>
    <description>&lt;P&gt;Hello Everyone&lt;/P&gt;
&lt;P&gt;This is regarding issue in Excel&lt;/P&gt;
&lt;P&gt;How to add 1 at the end of the number so the length becomes 10 in Excel via blueprism logic&lt;/P&gt;
&lt;P&gt;Eg: Existing number in Excel: 123456789&lt;/P&gt;
&lt;P&gt;After adding one at the end: 1234567891&lt;/P&gt;
&lt;P&gt;Pls advise on this how to perform&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lakshmi Deepika Mudumba&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Aug 2023 12:38:00 GMT</pubDate>
    <dc:creator>Lakshmi_Deepika</dc:creator>
    <dc:date>2023-08-28T12:38:00Z</dc:date>
    <item>
      <title>Blueprism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blueprism/m-p/59781#M13366</link>
      <description>&lt;P&gt;Hello Everyone&lt;/P&gt;
&lt;P&gt;This is regarding issue in Excel&lt;/P&gt;
&lt;P&gt;How to add 1 at the end of the number so the length becomes 10 in Excel via blueprism logic&lt;/P&gt;
&lt;P&gt;Eg: Existing number in Excel: 123456789&lt;/P&gt;
&lt;P&gt;After adding one at the end: 1234567891&lt;/P&gt;
&lt;P&gt;Pls advise on this how to perform&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lakshmi Deepika Mudumba&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2023 12:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blueprism/m-p/59781#M13366</guid>
      <dc:creator>Lakshmi_Deepika</dc:creator>
      <dc:date>2023-08-28T12:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blueprism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blueprism/m-p/59782#M13367</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;Use below logic for example,&lt;/P&gt;
&lt;P&gt;Excel data for example as per your request and modify the logic as per your file if its required.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17195.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17348i5EC18F01EDBF435A/image-size/large?v=v2&amp;amp;px=999" role="button" title="17195.png" alt="17195.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;BP logic&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17198.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17347i2CBB9B09E08C90FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="17198.png" alt="17198.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17199.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17352i1516130627C1535C/image-size/large?v=v2&amp;amp;px=999" role="button" title="17199.png" alt="17199.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17200.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17353i2814D484460B971A/image-size/large?v=v2&amp;amp;px=999" role="button" title="17200.png" alt="17200.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Best Regards,&lt;BR /&gt;Devendran Venkatesh&lt;BR /&gt;RPA - Technical Architect |&lt;BR /&gt;Riyadh 11413, Kingdom of Saudi Arabia&lt;BR /&gt;Phone.     +966-556784162&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2023 13:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blueprism/m-p/59782#M13367</guid>
      <dc:creator>DevendranVenkatesh</dc:creator>
      <dc:date>2023-08-28T13:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blueprism</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blueprism/m-p/59783#M13368</link>
      <description>&lt;P&gt;Hi, as mentioned in the below thread, you can use concat for adding '1' at last. otherwise&lt;/P&gt;
&lt;P&gt;you can write a simple excel formula in your configuration '=if(len(a1)=10,a1&amp;amp;"1","")'&amp;nbsp; file and place this formula at last column and drag till end of the row which helps you to see the data in a quick way. this will be helpful when you have more data in a excel cell.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nagarajan Sundararajan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2023 14:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blueprism/m-p/59783#M13368</guid>
      <dc:creator>NagarajanSundar</dc:creator>
      <dc:date>2023-08-28T14:47:00Z</dc:date>
    </item>
  </channel>
</rss>

