Select item activity issue

Hello Team,

I am facing an issue with Select item,

Pre production
image

But in the prod the item name in the drop downlist is different. its as S_Plant Bot is not able to select the item from the dropdown.

i have tried by changing the name, its not working and throwing below error.

image

i don’t have access to prod sap system to update the list in the drop down, is there any solution available for this.

Hi @Akhil_Raveendran

Typically this error occurs when there is an issue with the selector or element identification in the “Select Item” activity. This error indicates that the activity is unable to find the specified element or target the correct element within the application. So check your selector once.
or else
Instead of select item use Click activity for clicking on the dropdown arrow & use type into activity to select the item for this need to Provide the item name which you want to select.

1 Like

@Akhil_Raveendran

Use Contains in the condition instead of equals .

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.