Selecting on individual item in each row

Hi Everyone,

I am facing the problem while doing my automation. If anyone of you know how to solve this problem help me out in comment section.

i need to click on “select” button and select an item because its an dropdown box of every row the page contain 20 rows ,I need to click on every individual row

@Manoj_Kumar15

Please use for each ui element activity inside that you can perform your select

Cheers

Hi @Manoj_Kumar15

Use For Each UI Element activity and indicate the select item and check if it’s selecting.

Hope it helps!!

Hi @Manoj_Kumar15

→ Use for each Ui element activity and indicate on the first dropdown. It will take all the drop-down in 20 rows. Output is CurrentElement.
→ Inside for each Ui element activity insert the select item activity and pass the CurrentElement to the input element field in the properties of select item activity.
→ Select the option in the select item activity to select that option in every dropdown.

Hope it helps!!