Sorry, Can You help me for fill mutiple choice grid on web form, Data form Excel
I try to do this way, but has error!!
IF Tool.
Condition> CurrentRow(“ENG”)=“A”
Sorry, Can You help me for fill mutiple choice grid on web form, Data form Excel
I try to do this way, but has error!!
IF Tool.
Condition> CurrentRow(“ENG”)=“A”
Hi @windy.dekdoy ,
Assuming u have the input in excel and need to fill the same in web application inform of radio buttons .
So each radio button will have a dynamic value u need to make sure that the dynamic value is cahnged or modified in the selctor to pass that input from the excel
in that way u can achieve the same by dynamocally selecting in the application from the input of excel
Helo @windy.dekdoy
Use Switch Activity for each Languages.
For each case use Click activiy and indictae the radio button.
Note: Set Property–> TypeArgument as STRING
Thank you so much.
Thanks, I like to try it.