Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

I want to automate a process in web application using UIPath. There is a checkbox that needs to be checked every time I want to generate a report. I was trying to automate using "click" in UI automation. There is no issue in the first process. However, the checkbox doesn't reset to "uncheck" after the first process is done. So the next time I run the process again, the checkbox gets clicked again into the "uncheck" condition.

I want to create an automation to check if the checkbox state is "checked" or "uncheck". If the state is "checked", then I want to skip the click checkbox process.

What is the ideal way to do this? I imagine using workflow flow decisions. But if anybody can elaborate which function I need to use. It would be a great help!

1 Answer

0 votes
by (29.5k points)
The simplest way is UiPath activity Check. You can find it in Ui Automation > Element > Control. Look for the property Action and in your case choose to check (default). This won't check the checkbox if its already checked.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Nov 20, 2020 in RPA by dev_sk2311 (45k points)
0 votes
1 answer

Browse Categories

...