HI Experts,
I want to get current selected Item from screen, there is multiple text box and Combo-box.
And i want to get Current selected control.
For Example from screen in that I have selected Option3 and i want to get that value not others.
How to get by using SDK coding??
I am trying to use If statement
if(Item1.selected == true)
{
"Hi friend";
}
if(Item2.selected == true)
{
"Yes friend";
}
if(Item3.selected == true)
{
"No friend";
}
For Example screen please find attachment bellow.
Thank You
Pradeep Khodke