<?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 Dynamic HTML Element in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Dynamic-HTML-Element/m-p/56220#M10443</link>
    <description>I am using dynamic html element ("/HTML/BODY(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/TABLE(2)/TBODY(1)/TR("&amp;amp;[TR Count]&amp;amp;")/TD(4)/INPUT(1)") to read a list of items on the html page.

I am able to read the value of the first item on the list; but am getting "Internal : Failed to perform step 1 in Read Stage 'Reader3' on page 'Get Items' - No elements match the supplied query terms" when reading the remaining items on the list.

I compared the HTML paths with the paths for the remaining elements in the Application Navigator, they both look the same; the read stage is not able to identify the element.

&amp;nbsp;</description>
    <pubDate>Fri, 26 Jan 2018 02:28:00 GMT</pubDate>
    <dc:creator>LorraineOng</dc:creator>
    <dc:date>2018-01-26T02:28:00Z</dc:date>
    <item>
      <title>Dynamic HTML Element</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dynamic-HTML-Element/m-p/56220#M10443</link>
      <description>I am using dynamic html element ("/HTML/BODY(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/TABLE(2)/TBODY(1)/TR("&amp;amp;[TR Count]&amp;amp;")/TD(4)/INPUT(1)") to read a list of items on the html page.

I am able to read the value of the first item on the list; but am getting "Internal : Failed to perform step 1 in Read Stage 'Reader3' on page 'Get Items' - No elements match the supplied query terms" when reading the remaining items on the list.

I compared the HTML paths with the paths for the remaining elements in the Application Navigator, they both look the same; the read stage is not able to identify the element.

&amp;nbsp;</description>
      <pubDate>Fri, 26 Jan 2018 02:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dynamic-HTML-Element/m-p/56220#M10443</guid>
      <dc:creator>LorraineOng</dc:creator>
      <dc:date>2018-01-26T02:28:00Z</dc:date>
    </item>
    <item>
      <title>Hi Lorrain,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dynamic-HTML-Element/m-p/56221#M10444</link>
      <description>Hi Lorrain,
Try inputting this dynamic html path in your application modeller's spied element&amp;nbsp;for all your remaining items and try to highlight it.&amp;nbsp;
You can attach the screenshot of the spied element for more clarity.</description>
      <pubDate>Fri, 26 Jan 2018 13:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dynamic-HTML-Element/m-p/56221#M10444</guid>
      <dc:creator>priyankakh</dc:creator>
      <dc:date>2018-01-26T13:17:00Z</dc:date>
    </item>
    <item>
      <title>Hi Lorraine,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dynamic-HTML-Element/m-p/56222#M10445</link>
      <description>Hi Lorraine,
You can read out the HTML of the main table
(""/HTML/BODY(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/DIV(1)/TABLE(2)/TBODY(1)/"")
and then just parse the text... e.g. split by rows 
and then by columns e.g.  or whatever :-)
It's a bit of mess to do it, but it is a nice work around if the dynamic paths don't work.
Also, it's usualy slightly faster.
Good luck !</description>
      <pubDate>Fri, 26 Jan 2018 13:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dynamic-HTML-Element/m-p/56222#M10445</guid>
      <dc:creator>BastiaanBezemer</dc:creator>
      <dc:date>2018-01-26T13:54:00Z</dc:date>
    </item>
    <item>
      <title>Add 'Trim("" HTML path"")…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Dynamic-HTML-Element/m-p/56223#M10446</link>
      <description>Add 'Trim("" HTML path"").
&amp;nbsp;
This will convert the data to text.
This will ensure that the Table Row is a text and not a number and shall make it identifiable.
In your example the '[TR Count]' is likely to be a number and long story short, it does not match the text values (as you have text + number + text).</description>
      <pubDate>Mon, 29 Jan 2018 14:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Dynamic-HTML-Element/m-p/56223#M10446</guid>
      <dc:creator>ivan.gordeyev</dc:creator>
      <dc:date>2018-01-29T14:41:00Z</dc:date>
    </item>
  </channel>
</rss>

