How to select particular value from dynamic list?

Hello Community,

I need some assistance in designing the solution for support application.

Steps : RPA BOT needs to enter name in requester field If it doesn’t exists create new user else select from existing list, List contains Name and Email address.

Any suggestion how to implement this?

scenario 1: IF Requester doesnt exist in system click on Add User

image

scenario 2: If Requested exists in list select that requester.

image

So When a User Clicks on the Requester Field the List Appears ?

So the “\test@mail.com” Will be the input , and if it exists in the list, then Select it else Select Add User Option ?

@poojas

Try to get the selector of the below list displayed atleast one item

Thanks