Hi, i have a scenario where bot has to select check box in the word document… Click or check activity is not working… So please create a workflow to select check box based on input… For example: If i get input as Male it has to select M… If i get input as PT it has to select the check box PT…
Test.docx (28.3 KB)
For this you can use the Ui element activities to check the check box in the word documents.
Take the Use application\browser activity and indicate the word document.
Inside use application\browser activity insert the Check\Uncheck activity to check the required box.
To check the condition of male and female.
Take an If condition and check the condition If gender = Male
In then block give the check box and indicate the Male check box.
In else block give the check box and indicate the Female check box.
Hope it helps!!
Is there any other activity … becoz check activity is not working fine
Instead of Check\Uncheck use the Click activity. @Nikhil_Katta