Skip to main content
September 20, 2022
Question

RPA process can't scan Drop down component when interacting

  • September 20, 2022
  • 2 replies
  • 0 views

RPA process cant scan Drop down components from appian and ends the process when it comes to drop down, it takes id as a random number when i gave recorder by interacting with dropdown,

So what i was trying to do is create rpa process to automatically login into my appian designer and create an interface, so when i try to press new which is a drop down the interaction is not being performed

    2 replies

    cyrus.saadat
    September 21, 2022

    Hello,

    The IDs may change upon each new execution and loading of that page. You could try using Image Recognition to scan for the "Interface" link within the dropdown.

    cyrus.saadat
    September 27, 2022

    Another suggestion is using xpath values instead of IDs