Select item from a list one by one

how to select items from a list automatically from a web application one by one by using for loop and if condition in UiPath

Please mention how to apply a for each loop and if condition

@Arvind_Malik
You can go through this

Regards,

1 Like

Hi @Arvind_Malik

You can use the ‘Select Item’ activity in UiPath.UiAutomation.Activities to select an item from a list one by one. You can replace the selections with a variable that you might want to select.

Regards
Gokul

Hi @Arvind_Malik

If you are looking at an approach which involves both for each & if, you can build it something like this:

image

image

Hope this helps,
Best Regards.

Hi @Arvind_Malik

did you try with for each ui element?

Regards

@ Gokul
Thanks,
yes i am trying accordingly

@arjunshenoy
Thanks
trying accordingly

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