abc - Copy.xlsx (8.1 KB)
I wan to display radio value in the excel sheet on access form radio button
sample excel sheet attached
help me
abc - Copy.xlsx (8.1 KB)
is the selector not available for the radio buttons? (use UiExplorer to see if you can)
If yes,
you can use an if activity - row.item(“radioval”).equals(“yes”)
Select Yes
Else Select No
Use Click activity and indicate both radio buttons separately. Then read the value from Excel file and if it is yes then click Yes radio button else No radio button.
thank you very much it work
check by placing click value, capture the selector, and pass the value
Glad to help you. Happy Automation
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.