<?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: Issue using dynamic attribute in java application in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Issue-using-dynamic-attribute-in-java-application/m-p/100359#M3201</link>
    <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt; The current value of Current Ordinal is as expected (Ordinal + 0,1,2 etc). You should be able to see the Attributes in the screenshot attached in the original post on the right hand side.​</description>
    <pubDate>Tue, 24 May 2022 11:58:02 GMT</pubDate>
    <dc:creator>RhysO_Shea</dc:creator>
    <dc:date>2022-05-24T11:58:02Z</dc:date>
    <item>
      <title>Issue using dynamic attribute in java application</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Issue-using-dynamic-attribute-in-java-application/m-p/100357#M3199</link>
      <description>&lt;DIV class="media" style="overflow: hidden"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="36455.jpg"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/36465i9A9D7559902E7377/image-size/large?v=v2&amp;amp;px=999" role="button" title="36455.jpg" alt="36455.jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;
Hi all,&lt;BR /&gt;&lt;BR /&gt;I am trying to dynamically use the ordinal of a Java Tables elements as the table itself cannot be spied. I want to use the ordinal plus the number of records being input into it as the ordinal to interact with. For example I have 3 rows to input I would want to use the Ordinal value of [Original Ordinal] + 0, [Original Ordinal] + 1, [Original Ordinal] + 2.&lt;BR /&gt;&lt;BR /&gt;However when I use the [Original Ordinal] + {0,1,2} etc. in a navigate stage it cannot find the element however when highlighting the element in App Modeller it can find the element, so this has to be an issue with how the navigate stage is using the dynamic ordinal value when run.&lt;BR /&gt;&lt;BR /&gt;Any tips or suggestions would be greatly appreciated thank you!</description>
      <pubDate>Tue, 24 May 2022 10:57:29 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Issue-using-dynamic-attribute-in-java-application/m-p/100357#M3199</guid>
      <dc:creator>RhysO_Shea</dc:creator>
      <dc:date>2022-05-24T10:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue using dynamic attribute in java application</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Issue-using-dynamic-attribute-in-java-application/m-p/100358#M3200</link>
      <description>Hi Rhys,&lt;BR /&gt;&lt;BR /&gt;Ideally this should not happen, have you checked the current value of the Current Ordinal before navigating to this stage and ensured if that is correct? Also, if possible can you show the attributes selected for this element in the application modeller as that will give us a better insight.</description>
      <pubDate>Tue, 24 May 2022 11:39:54 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Issue-using-dynamic-attribute-in-java-application/m-p/100358#M3200</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-24T11:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue using dynamic attribute in java application</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Issue-using-dynamic-attribute-in-java-application/m-p/100359#M3201</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt; The current value of Current Ordinal is as expected (Ordinal + 0,1,2 etc). You should be able to see the Attributes in the screenshot attached in the original post on the right hand side.​</description>
      <pubDate>Tue, 24 May 2022 11:58:02 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Issue-using-dynamic-attribute-in-java-application/m-p/100359#M3201</guid>
      <dc:creator>RhysO_Shea</dc:creator>
      <dc:date>2022-05-24T11:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issue using dynamic attribute in java application</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Issue-using-dynamic-attribute-in-java-application/m-p/100360#M3202</link>
      <description>Also, to understand properly, what kind of exact exception message are you getting while you execute this action? Or is it just passing over the stage without any exception message?</description>
      <pubDate>Tue, 24 May 2022 13:37:04 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Issue-using-dynamic-attribute-in-java-application/m-p/100360#M3202</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-05-24T13:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue using dynamic attribute in java application</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Issue-using-dynamic-attribute-in-java-application/m-p/100361#M3203</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt; So turns out i can use the Match Index to navigate the table and just increment that with each iteration of the number of records so if anyone reading this in the future comes across this issue try using the &lt;STRONG&gt;Match Index&amp;nbsp;&lt;/STRONG&gt;instead of the Ordinal.&lt;BR /&gt;&lt;BR /&gt;The error message I got was a standard "Cant find the referenced element" error message.&lt;BR /&gt;&lt;BR /&gt;Thanks for your time nonetheless​ Devneet.</description>
      <pubDate>Tue, 24 May 2022 15:41:30 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Issue-using-dynamic-attribute-in-java-application/m-p/100361#M3203</guid>
      <dc:creator>RhysO_Shea</dc:creator>
      <dc:date>2022-05-24T15:41:30Z</dc:date>
    </item>
  </channel>
</rss>

