Hello connections
i need to automate the check box automatically by reading data from excel and check \ uncheck box in URL
arivu96
(Arivazhagan A)
February 21, 2023, 8:16am
2
Hi @Tejaswini_Yadav1 ,
Not getting your question clearly, can you provide some example about check \ uncheck in URL.
Regards,
Arivu
Hi @Tejaswini_Yadav1
You can use Check activity
Check - Will Check the checkbox
UNcheck - Will Uncheck
Toggle - alternative way if checked - it will get unchecked , and vice versa
You can use dynamic selector in the selector of the checkboc and pass the value in teh excel there
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
Sudharsan
data in excel file it has to automatically select the option .
Actually iam confusing
Yameso
(Jakub Swiderski)
February 25, 2023, 2:18pm
5
Just use click. You can go with simple if. If excel says that the disount should be provided in then section use click for yes selctor. If discount shouldn’t be applied in else section go with click to no option.
It is not the real check box. Check box usually is a square that store true/false value