Hello
How do I select a button or checkbox on a webform based on a value in an excel sheet.
(The excel values are in a checkbox)
Hello
How do I select a button or checkbox on a webform based on a value in an excel sheet.
(The excel values are in a checkbox)
HI @Tola_Buzz
You need to use dynamic selector for that
You can checkout these steps and create a dynamic selector and make the click on the respective values that are in excel
You need to create a variable “CheckboxClick” = Row(“Particular column name”).Tostring
And then you pass this variable in the selectors attribute you prefer
Watch the video’s You can get the idea and you can do this
Regards
Sudharsan