<?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: How can I extract a text from the Input html element in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-can-I-extract-a-text-from-the-Input-html-element/m-p/61394#M14700</link>
    <description>Hi Devneet,&lt;BR /&gt;&lt;BR /&gt;Thank you&amp;nbsp; for your Prompt reply, getting below error while evaluating expression&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30662.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30789i55DB856B3058E1EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="30662.png" alt="30662.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Any Suggestions please?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Roshini Syed&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 18 May 2022 06:39:00 GMT</pubDate>
    <dc:creator>RoshiniSyed</dc:creator>
    <dc:date>2022-05-18T06:39:00Z</dc:date>
    <item>
      <title>How can I extract a text from the Input html element</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-can-I-extract-a-text-from-the-Input-html-element/m-p/61392#M14698</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to extract the name of .png from the below span element&lt;BR /&gt;&lt;BR /&gt;[&lt;STRONG&gt;Data1]&lt;/STRONG&gt; &lt;STRONG&gt;=&lt;/STRONG&gt;&amp;lt;span style='width: 24px; height: 24px; margin-top: 3px; margin-right: 6px; margin-bottom: 3px; vertical-align: middle; display: inline-block; position: relative; box-sizing: border-box; background-image: url("/assets/icons/service-active.png"); background-size: cover;' data-tb-test-id="StatusGrid-node1-gateway-0"&amp;gt;&amp;lt;/span&amp;gt;&lt;BR /&gt;&lt;BR /&gt;output should be: service-active.png&lt;BR /&gt;&lt;BR /&gt;[&lt;STRONG&gt;Data1]&lt;/STRONG&gt; &lt;STRONG&gt;=&lt;/STRONG&gt; &amp;lt;span style='width: 24px; height: 24px; margin-top: 3px; margin-right: 6px; margin-bottom: 3px; vertical-align: middle; display: inline-block; position: relative; box-sizing: border-box; background-image: url("/assets/icons/stopped.png"); background-size: cover;' data-tb-test-id="StatusGrid-node1-gateway-0"&amp;gt;&amp;lt;/span&amp;gt;&lt;BR /&gt;output should be: stopped.png&lt;BR /&gt;&lt;BR /&gt;I tried this, but unable to extract the required output.&lt;BR /&gt;&lt;BR /&gt;Any help would be highly appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30683.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30814i26521D5892AE8E30/image-size/large?v=v2&amp;amp;px=999" role="button" title="30683.png" alt="30683.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Roshini Syed&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2022 15:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-can-I-extract-a-text-from-the-Input-html-element/m-p/61392#M14698</guid>
      <dc:creator>RoshiniSyed</dc:creator>
      <dc:date>2022-05-17T15:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: How can I extract a text from the Input html element</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-can-I-extract-a-text-from-the-Input-html-element/m-p/61393#M14699</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="0e0590b7-6e9d-42ba-ab98-5ece34748e4d" data-tag-text="@Roshini Syed" href="https://community.blueprism.com/network/profile?UserKey=0e0590b7-6e9d-42ba-ab98-5ece34748e4d" data-itemmentionkey="58226cb0-86e9-4564-a703-1dce4e658cb4"&gt;@Roshini Syed&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;You can use the following calculation expression and it should work for both of your use cases:
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;Left(Mid([Data1], InStr([Data1], "url(""/assets/icons/") + Len("url(""/assets/icons/"),InStr([Data1],"""); background-size: cover;")),InStr(Mid([Data1], InStr([Data1], "url(""/assets/icons/") + Len("url(""/assets/icons/"),InStr([Data1],"""); background-size: cover;")),"""); background-size: cover;")-1)​&lt;/CODE&gt;&lt;/PRE&gt;
​&lt;BR /&gt;Please find the below results for your reference:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Use Case I:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30659.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30790i2238252300EC80E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="30659.png" alt="30659.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Use Case II:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30660.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30791iAAEAEDF548C110AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="30660.png" alt="30660.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2022 16:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-can-I-extract-a-text-from-the-Input-html-element/m-p/61393#M14699</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-17T16:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: How can I extract a text from the Input html element</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-can-I-extract-a-text-from-the-Input-html-element/m-p/61394#M14700</link>
      <description>Hi Devneet,&lt;BR /&gt;&lt;BR /&gt;Thank you&amp;nbsp; for your Prompt reply, getting below error while evaluating expression&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30662.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30789i55DB856B3058E1EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="30662.png" alt="30662.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Any Suggestions please?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Roshini Syed&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2022 06:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-can-I-extract-a-text-from-the-Input-html-element/m-p/61394#M14700</guid>
      <dc:creator>RoshiniSyed</dc:creator>
      <dc:date>2022-05-18T06:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: How can I extract a text from the Input html element</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-can-I-extract-a-text-from-the-Input-html-element/m-p/61395#M14701</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="0e0590b7-6e9d-42ba-ab98-5ece34748e4d" data-tag-text="@Roshini Syed" href="https://community.blueprism.com/network/profile?UserKey=0e0590b7-6e9d-42ba-ab98-5ece34748e4d" data-itemmentionkey="20553475-f222-41a7-8235-1fa580ab08ab"&gt;@Roshini Syed&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I try the Devneet's formula and is correct.&lt;BR /&gt;&lt;BR /&gt;Maybe the problem is with the coma (",") against the semicolon (";")​&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup" tabindex="0"&gt;&lt;CODE&gt;Left(Mid([Data1]; InStr([Data1]; "url(""/assets/icons/") + Len("url(""/assets/icons/");InStr([Data1];"""); background-size: cover;"));InStr(Mid([Data1], InStr([Data1]; "url(""/assets/icons/") + Len("url(""/assets/icons/");InStr([Data1],"""); background-size: cover;"));"""); background-size: cover;")-1)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!&lt;BR /&gt;&lt;BR /&gt;See you in the community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2022 07:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-can-I-extract-a-text-from-the-Input-html-element/m-p/61395#M14701</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-05-18T07:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: How can I extract a text from the Input html element</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-can-I-extract-a-text-from-the-Input-html-element/m-p/61396#M14702</link>
      <description>Hi Rohsini,&lt;BR /&gt;&lt;BR /&gt;I tried to copy paste my formula again and I faced no errors. I think while copy pasting the formula directly you are getting some enter characters in between. Can you try to remove them and try this once again, this formula should definitely work&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2022 23:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-can-I-extract-a-text-from-the-Input-html-element/m-p/61396#M14702</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-18T23:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: How can I extract a text from the Input html element</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-can-I-extract-a-text-from-the-Input-html-element/m-p/61397#M14703</link>
      <description>Hi Devneet,&lt;BR /&gt;&lt;BR /&gt;Thank you for your assistance. Definitely will try it out.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Roshini Syed&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2022 05:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-can-I-extract-a-text-from-the-Input-html-element/m-p/61397#M14703</guid>
      <dc:creator>RoshiniSyed</dc:creator>
      <dc:date>2022-05-19T05:49:00Z</dc:date>
    </item>
  </channel>
</rss>

