Select table from drop down list

Hello.
I have problem with selecting these infromations from drop down list after entering name:
image
I have to click on every value in the table successively, and to get accounts bellow:
image

Does anyone have an idea how to slove it?

Hi @Olivera_Kalinic !
What I suggest you is:
1- to use Data Scraping or screen scraping to get the information


2- to do a foreach loop through the data extracted, and to use click text (with input data a part of the extracted data of the 1st step)
3- inside the foreach loop, you can use get text activity (with a stable selector) to get the information you want

Let us know if you already tried it or if you don’t understand, or if it does not work with your environment !