<?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: Unable to make dynamic xpath selection in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124827#M4626</link>
    <description>&lt;P&gt;You could give this a try&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;"//tr[@data-path="&amp;amp;[var_path]&amp;amp;"]//coral-checkbox[@coral-table-rowselect]//input"&lt;/DIV&gt;</description>
    <pubDate>Fri, 20 Feb 2026 08:28:32 GMT</pubDate>
    <dc:creator>shashank.kumar280</dc:creator>
    <dc:date>2026-02-20T08:28:32Z</dc:date>
    <item>
      <title>Unable to make dynamic xpath selection</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124824#M4624</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I'm trying to make a dynamic selection based on an xpath.&lt;/P&gt;&lt;P&gt;I need to read a path, and click on the corresponding checkbox. Currently i'm using this expression to identify my checkbox, where [var_path] will be a variable text i give my navigation stage as an input.&lt;/P&gt;&lt;P&gt;//tr[@data-path=[var_path]]//coral-checkbox[@coral-table-rowselect]//input&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i replace [var_path] with a real value, the element gets correctly highlighted. But when i try to use the var, it returns an error as if it won't find the element.&lt;BR /&gt;&lt;BR /&gt;any suggestions on why it might be?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 23:39:26 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124824#M4624</guid>
      <dc:creator>Apardo</dc:creator>
      <dc:date>2026-02-19T23:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to make dynamic xpath selection</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124826#M4625</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/63652"&gt;@Apardo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please try this expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;//tr[@data-path='[var_path]']//coral-checkbox[@coral-table-rowselect]//input&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 07:06:47 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124826#M4625</guid>
      <dc:creator>faheemsd</dc:creator>
      <dc:date>2026-02-20T07:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to make dynamic xpath selection</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124827#M4626</link>
      <description>&lt;P&gt;You could give this a try&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;"//tr[@data-path="&amp;amp;[var_path]&amp;amp;"]//coral-checkbox[@coral-table-rowselect]//input"&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Feb 2026 08:28:32 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124827#M4626</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2026-02-20T08:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to make dynamic xpath selection</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124828#M4627</link>
      <description>&lt;P&gt;Hi all, i succeded in the highlighting of the element. Basically i but a real path instead of the variable in the app modeler, and then this expression in the calculate field inside of the navigation stage:&amp;nbsp;&lt;SPAN&gt;"//tr[@data-path="&amp;amp;[var_path]&amp;amp;"]//coral-checkbox[@coral-table-rowselect]//input"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;now what happens is that, if i try to highlight the element, it gives me the right highlight, but it won't actually click on the checkbox and return the same error "item not found". Not sure why. any ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 08:33:02 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124828#M4627</guid>
      <dc:creator>Apardo</dc:creator>
      <dc:date>2026-02-20T08:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to make dynamic xpath selection</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124829#M4628</link>
      <description>&lt;P&gt;You could try changing the element type for the element in the application modeller and see if that works.&lt;/P&gt;&lt;P&gt;Alternatively you could re-spying the element to capture the outer/inner region instead around the checkbox and give it a try.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 09:34:09 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124829#M4628</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2026-02-20T09:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to make dynamic xpath selection</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124830#M4629</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"//tr[@data-path="&amp;amp;[var_path]&amp;amp;"]//coral-checkbox[@coral-table-rowselect]//input"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;should i use this expression in the application modeller or in the navigate stage? it's not clear.&amp;nbsp;&lt;BR /&gt;Actually, i was succeding in highlighting the element because i was giving a fixed value in the application modeller...&lt;BR /&gt;now using the variable won't work. Not sure if i should leave empty the attribute value in the modeller and set it as dynamic, in order to give it a value through the calculate field in the navigation stage.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 10:33:52 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124830#M4629</guid>
      <dc:creator>Apardo</dc:creator>
      <dc:date>2026-02-20T10:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to make dynamic xpath selection</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124840#M4630</link>
      <description>&lt;P&gt;in Application modeler you have make that element dynamic&lt;BR /&gt;next, in object, use calculation stage , use your expression and save that in one data item (example: data item name is xpath_value)&lt;BR /&gt;next, add navigation stage , select that element , just beside the element you will have small button , click on it .. it will open the expression box , there enter your data item which is xpath_value&lt;BR /&gt;next, select your action and click ok,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 17:01:24 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124840#M4630</guid>
      <dc:creator>naveed_raza</dc:creator>
      <dc:date>2026-02-20T17:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to make dynamic xpath selection</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124844#M4632</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2425"&gt;@naveed_raza&lt;/a&gt;&amp;nbsp;, i managed.&lt;BR /&gt;I basically did what you said and it worked.&amp;nbsp;&lt;BR /&gt;Thanks to everyone!&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Alessandro&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 09:39:41 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124844#M4632</guid>
      <dc:creator>Apardo</dc:creator>
      <dc:date>2026-02-23T09:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to make dynamic xpath selection</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124852#M4633</link>
      <description>&lt;P&gt;glad to hear .. Happy Automating !!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 18:47:09 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Unable-to-make-dynamic-xpath-selection/m-p/124852#M4633</guid>
      <dc:creator>naveed_raza</dc:creator>
      <dc:date>2026-02-23T18:47:09Z</dc:date>
    </item>
  </channel>
</rss>

