Enquiries on how to configure the robot to click based on dynamic selector

Hi All, I am facing an issue where my dynamic selector for click is not working. For current process flow, currently I have configured it where it can get the last 5 digits from System Item description in Oracle EBS. I would like to know how can I configure the robot to click the last 5 digits detected from the System Item window as the position could be dynamic. The variable i used is {last_description}. Need assistance on how to resolve this issue, and help is appreciated. Thank you.

A search result window displays a list of system items with details such as item number, sub-category, description, and a specific item circled in red. (Captioned by AI)



Hi @dvkc91

Could you please capture the selectors for few values in the description column and share them here? Just to see how the attributes and it’s values differs between each row.

If you variableize the attribute that holds the value in the selector and remove any attributes that typically denote the cell index (such as idx, row, or column), it should help in identifying the cell within the table, regardless of its position.

Hi @Logesh_Velu

As you see from my screenshot, I cannot click on the row to select the individual records as it captures the whole data. After I captured and view using UiExplorer, it captures the information as below:

As for the Click activity target, I tried to add in the attributes for dynamic selector it is also not working. The information is as below:

Fyi, I have tried innertext, name and value were not working.

Hi @dvkc91

Can you try to change UIFramework(F4) in click activity.

Regards,

Hi @lrtetala


Still the same issue as compared with Default.

@dvkc91

Try with
1.extract data table activity
2.for each row in data table activity
3.click activity

Or

Try with for each ui element activity

Regards,

Hi @lrtetala
I am unable to use for each ui element activity as it mentioned only supports web application.

Is there any other solutions that could resolve this issue?