<?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 Automating a HTML data table in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Automating-a-HTML-data-table/m-p/59123#M12842</link>
    <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I wonder if anyone could assist me.&lt;BR /&gt;&lt;BR /&gt;I am aiming to do an automation which closes a 'case' once a PDF has been downloaded. Important steps are below:&lt;BR /&gt;&lt;BR /&gt;- Launch system&lt;BR /&gt;- Log in &lt;BR /&gt;- Read data table (HTML) &lt;BR /&gt;- Loop through each case and check whether the last column&amp;nbsp;(status) is "closed". &lt;BR /&gt;&lt;BR /&gt;All the elements are in HTML​ which is fine as I know how to ensure that I'm picking the right row but the only problem is the table is&amp;nbsp;dynamic so it updates all the time and I'm worried that when blue prism finds a case to work on i.e. row 1, the row number could change midway through the automation&amp;nbsp;when a new case is added, so the current case may well become row 2 so there's potential for the automation to pick the wrong PDF against the user. &lt;BR /&gt;&lt;BR /&gt;Any ideas or workarounds?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Nathan&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nathan McDonald&lt;BR /&gt;Junior Programmer Analyst&lt;BR /&gt;University Hospitals Birmingham&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Jan 2020 14:18:00 GMT</pubDate>
    <dc:creator>NNML</dc:creator>
    <dc:date>2020-01-20T14:18:00Z</dc:date>
    <item>
      <title>Automating a HTML data table</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Automating-a-HTML-data-table/m-p/59123#M12842</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I wonder if anyone could assist me.&lt;BR /&gt;&lt;BR /&gt;I am aiming to do an automation which closes a 'case' once a PDF has been downloaded. Important steps are below:&lt;BR /&gt;&lt;BR /&gt;- Launch system&lt;BR /&gt;- Log in &lt;BR /&gt;- Read data table (HTML) &lt;BR /&gt;- Loop through each case and check whether the last column&amp;nbsp;(status) is "closed". &lt;BR /&gt;&lt;BR /&gt;All the elements are in HTML​ which is fine as I know how to ensure that I'm picking the right row but the only problem is the table is&amp;nbsp;dynamic so it updates all the time and I'm worried that when blue prism finds a case to work on i.e. row 1, the row number could change midway through the automation&amp;nbsp;when a new case is added, so the current case may well become row 2 so there's potential for the automation to pick the wrong PDF against the user. &lt;BR /&gt;&lt;BR /&gt;Any ideas or workarounds?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Nathan&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nathan McDonald&lt;BR /&gt;Junior Programmer Analyst&lt;BR /&gt;University Hospitals Birmingham&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2020 14:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Automating-a-HTML-data-table/m-p/59123#M12842</guid>
      <dc:creator>NNML</dc:creator>
      <dc:date>2020-01-20T14:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Automating a HTML data table</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Automating-a-HTML-data-table/m-p/59124#M12843</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;Do you have unquie IDin the that you can use for checks? &lt;BR /&gt;&lt;BR /&gt;At the start of reading a line you need to process, capture said ID, run the process at the end do the same capture ID and check if they match, if not go and find the new ID of the row and update as required. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Could something like that work? &lt;BR /&gt;HTH&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Matthew Ross&lt;BR /&gt;Innovation Developer&lt;BR /&gt;NHBC&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2020 15:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Automating-a-HTML-data-table/m-p/59124#M12843</guid>
      <dc:creator>MoDCore</dc:creator>
      <dc:date>2020-01-20T15:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Automating a HTML data table</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Automating-a-HTML-data-table/m-p/59125#M12844</link>
      <description>Hi Matthew,&lt;BR /&gt;&lt;BR /&gt;I would say there are two unique fields in each row but the problem is I'm using the HTML path to get three bits of data before i've even downloaded the PDF and&amp;nbsp;because the table is dynamic the row's position in the datatable could change very quickly and I could end up downloading the wrong PDF if more recent case comes in.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Nathan&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nathan McDonald&lt;BR /&gt;Junior Programmer Analyst&lt;BR /&gt;University Hospitals Birmingham&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2020 15:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Automating-a-HTML-data-table/m-p/59125#M12844</guid>
      <dc:creator>NNML</dc:creator>
      <dc:date>2020-01-20T15:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Automating a HTML data table</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Automating-a-HTML-data-table/m-p/59126#M12845</link>
      <description>The flip side to this is......can you access the database behind this HTML table and do your RPA work againt that? &lt;BR /&gt;&lt;BR /&gt;The HTML table i would hope has been setup in a way when you view the HTML each row has an ID in the HTML, if you use F12 and view the table when new rows come do the HTML element ids change?&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 Jan 2020 07:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Automating-a-HTML-data-table/m-p/59126#M12845</guid>
      <dc:creator>MoDCore</dc:creator>
      <dc:date>2020-01-21T07:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Automating a HTML data table</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Automating-a-HTML-data-table/m-p/59127#M12846</link>
      <description>Hi Matthew,&lt;BR /&gt;&lt;BR /&gt;Thanks for the advice. I've parked this for now.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Nathan​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nathan McDonald&lt;BR /&gt;Junior Programmer Analyst&lt;BR /&gt;University Hospitals Birmingham&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Feb 2020 13:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Automating-a-HTML-data-table/m-p/59127#M12846</guid>
      <dc:creator>NNML</dc:creator>
      <dc:date>2020-02-26T13:28:00Z</dc:date>
    </item>
  </channel>
</rss>

