<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>RPA not able to identify dropdown component</title><link>https://community.appian.com/discussions/f/rpa/28159/rpa-not-able-to-identify-dropdown-component</link><description>When I am trying to fill a dropdown component in an Appian form using Appian RPA I am getting the following error in execution log of the RPA 
 The element (By.xpath: /html/body/div[1]/div[1]/main/div/div/div[1]/div/div/div/div/div/div[1]/div/div/div</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: RPA not able to identify dropdown component</title><link>https://community.appian.com/thread/123209?ContentTypeID=1</link><pubDate>Sat, 16 Dec 2023 13:31:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:adefbebb-cfe2-46f3-92d7-f80959fdf92d</guid><dc:creator>Komal Jain</dc:creator><description>&lt;p&gt;What if, I have select&amp;nbsp;another&amp;nbsp;value from drop down, where i don&amp;#39;t know how many times i have to press down Key ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RPA not able to identify dropdown component</title><link>https://community.appian.com/thread/110106?ContentTypeID=1</link><pubDate>Tue, 28 Mar 2023 11:43:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f5abcdd-f189-4633-8d96-fd2d852734aa</guid><dc:creator>tarunv0003</dc:creator><description>&lt;p&gt;Hi :),&lt;/p&gt;
&lt;p&gt;Press keyboard module is working. We can use it after click on the dropdown so it will press the keyboard &amp;quot;Down&amp;quot; and last &amp;quot;Enter&amp;quot;.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RPA not able to identify dropdown component</title><link>https://community.appian.com/thread/110093?ContentTypeID=1</link><pubDate>Tue, 28 Mar 2023 08:31:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2ffd2d96-875d-4c29-92dc-0fff9b45dc0c</guid><dc:creator>David Catalan</dc:creator><description>&lt;p&gt;Hi:&lt;/p&gt;
&lt;p&gt;I can not see the reason of the fail. Normally is present at the end of the stack trace. But maybe your dropdown is not compatible with this method.&lt;/p&gt;
&lt;p&gt;If the website you are automating is not public and I can&amp;#39;t test, Then, the next recommendation is to use the keyboard instead of the Browser module methods.&lt;/p&gt;
&lt;p&gt;The sequence would be more or less:&lt;/p&gt;
&lt;p&gt;- Click on the dropdown (this already works for you).&lt;br /&gt;- Create an action &amp;quot;Press keyboard shortcuts&amp;quot; and select as Additional Keys &amp;quot;Down&amp;quot; (one or more times)&lt;br /&gt;- Create an action &amp;quot;Press keyboard shortcuts&amp;quot; and select as Additional Keys &amp;quot;Enter&amp;quot;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RPA not able to identify dropdown component</title><link>https://community.appian.com/thread/110084?ContentTypeID=1</link><pubDate>Tue, 28 Mar 2023 05:03:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4b32f3e7-3c98-4123-b0ab-006d225ae24b</guid><dc:creator>tarunv0003</dc:creator><description>&lt;p&gt;Hi David :),&lt;br /&gt;&lt;br /&gt;I have tried with this plugin and pass all correct detail but this one is not working&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/61/pastedimage1679979593422v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;I am facing this error&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/293x118/__key/communityserver-discussions-components-files/61/pastedimage1679979787329v4.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RPA not able to identify dropdown component</title><link>https://community.appian.com/thread/110058?ContentTypeID=1</link><pubDate>Mon, 27 Mar 2023 09:24:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1d13f3e2-5efd-46cb-a624-2187cb1ac5b4</guid><dc:creator>David Catalan</dc:creator><description>&lt;p&gt;Only for information, the Appian Task Recorder allows you select another selector while you are recording the automation. You could try with another selector.&lt;/p&gt;
&lt;p&gt;&lt;img height="150" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/61/Screenshot-2023_2D00_03_2D00_27-at-11.18.18.png" width="189" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But in any case, it seems that this is not your problem, because the element is located with your Xpath selector.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the app market there are a Library with additional Browser Low Code methods &lt;a href="/b/appmarket/posts/additional-rpa-browser-actions"&gt;https://community.appian.com/b/appmarket/posts/additional-rpa-browser-actions&lt;/a&gt;. Can you install it and test the method &amp;quot;Select dropdown values using the starting characters&amp;quot;? It is an implementation for a special type of dropdown. Maybe yours is of this type.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RPA not able to identify dropdown component</title><link>https://community.appian.com/thread/109994?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2023 13:40:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2439884c-7969-4a9d-a02b-146c6197af57</guid><dc:creator>tarunv0003</dc:creator><description>&lt;p&gt;Hi:)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have tried with recording but Id is changing again and again so it not able to recognize the dropdown and not even clicking on dropdown. That why I am using Xpath, it at least able to recognize the dropdown and click on dropdown but not selecting the value.&lt;br /&gt;&lt;br /&gt;When I am using Xpath, I have tried with all three interaction of dropdown but it not able to recognize the text.&lt;br /&gt;&lt;br /&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RPA not able to identify dropdown component</title><link>https://community.appian.com/thread/109980?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2023 11:19:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed5b0089-0711-4dc3-9784-d66d1f854dd1</guid><dc:creator>David Catalan</dc:creator><description>&lt;p&gt;Hi:&lt;/p&gt;
&lt;p&gt;A couple of additional suggestions.&lt;/p&gt;
&lt;p&gt;Did you try to interact with the dropdown using &amp;quot;&lt;strong&gt;Select dropdown choice by visible text&amp;quot; &lt;/strong&gt;interaction?. This interaction&amp;nbsp;performs the action directly against the whole dropdown web element (&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/23.1/rpa-8.9/modules/browser-module.html#interact-with-element"&gt;https://docs.appian.com/suite/help/23.1/rpa-8.9/modules/browser-module.html#interact-with-element&lt;/a&gt;&amp;nbsp;)&lt;/p&gt;
&lt;p&gt;On the other side, I am not clear if you used the Appian Task Recorder to record the interaction. If not, could you try it? The Appian Task Recorder creates directly the&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;strong&gt;Select dropdown choice by visible text&amp;quot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;interaction. Additionally, I think that the&amp;nbsp;selector suggested by the Appian Task Recorder is more accurate that the xpath selector you included in the case.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I add below an example of how I recorded the action in the Appian Task Recorder, and how the action was generated on the List Flow&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/61/Screenshot-2023_2D00_03_2D00_24-at-12.05.15.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/61/Screenshot-2023_2D00_03_2D00_24-at-12.05.55.png" /&gt;&lt;/p&gt;
&lt;p&gt;Finally, if the website you are automating is public, I would appreciate if you could indicate the URL to try to help you better.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RPA not able to identify dropdown component</title><link>https://community.appian.com/thread/109975?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2023 07:23:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:51b1b9ed-8d2a-413d-b303-cd86da7676d1</guid><dc:creator>tarunv0003</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;We are expanding the dropdown and bot is clicking on dropdown but it not selecting the value.&lt;/p&gt;
&lt;p&gt;Thanks for reply&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RPA not able to identify dropdown component</title><link>https://community.appian.com/thread/109934?ContentTypeID=1</link><pubDate>Thu, 23 Mar 2023 11:04:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dff08529-005b-4428-a930-748bf2227fc4</guid><dc:creator>David Catalan</dc:creator><description>&lt;p&gt;To interact with the component inside the dropdown, possibly you will need to expand the dropdown to make the component visible.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Normally, if the dropdown is collapsed, the values are not visible for the RPA process.&lt;/p&gt;
&lt;p&gt;Additionally, try to check the &amp;quot;&lt;strong&gt;Scroll to element before interaction&amp;quot; &lt;/strong&gt;option described on the documentation &lt;a href="https://docs.appian.com/suite/help/23.1/rpa-8.9/modules/browser-module.html#interact-with-element"&gt;docs.appian.com/.../browser-module.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RPA not able to identify dropdown component</title><link>https://community.appian.com/thread/109911?ContentTypeID=1</link><pubDate>Thu, 23 Mar 2023 05:22:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a7a94ad8-4a11-4483-80ec-bc07293a8f05</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;Check&amp;nbsp;the values for disabled and showWhen in dropdown component of your form.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>