HLONY_MOLOI
(Lehlohonolo Moloi)
November 17, 2022, 12:04pm
1
I am trying to automate selecting items in a certain column sequentially. I realized that I cannot use a Click activity because it keeps clicking on the first time in the table. How do I use the dynamic selector to solve this problem that I have?
1 Like
Gokul001
(Gokul Balaji)
November 17, 2022, 12:11pm
2
Hi @HLONY_MOLOI
Welcome to UiPath community
Check out the document and tutorial
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Hello Everyone,
Checkout this tutorial for knowing about a Dynamic Selector.
What is a Dynamic Selector?
Here are the Steps
In this example i am using a dynamic selector with the text attribute , you can use what ever the attributes based on your project needs
Step1:
Add Assign Activity and use the text in which you need to use in your dynamic selector
[image]
Step2:
Open UI Explorer in Click Activity or any that represents a action in the ui element and indicate on screen and check…
Regards
Gokul
1 Like
postwick
(Paul Ostwick)
November 17, 2022, 12:28pm
3
Don’t use a dynamic selector. Use For Each UI Element.