Hi everyone,
I’m currently working on a Power Automate Desktop (PAD) flow to automate input/search on a website. ( I attached the image of where I want to input name to search)
However, I’m facing an issue with UI elements.
The selector looks like this:
input[id=“jqxWidget5f08ce746fc5”]
The problem is:
-
The ID appears to be dynamic (random) and may change
-
Because of this, the UI element is unstable and sometimes not detected
-
If I delete this dynamic attribute, there is nothing left in the selector, so PAD cannot identify the element at all
-
As a result, the automation does not proceed
I tried these:
・I also tried re-capturing the UI element multiple times, but the ID looks similar each time and I’m not sure if it’s reliable
・I also tried Click + Send keys actions but same ID
・I also tried populate text field action and it is also the same ID
and these IDs are always errors or the automation stops and do not proceed.
I'm a beginner so step by step guide is really appreciated