Hello Guys,
How can I pass the Default value as List item 1.
In my case I created List variable and passing the values. I want to display in drop down default value as first item from the List.
i have tried the functions like ListVar.First() - Not Working and ListVar(0) - Not Working
How can I achieve this?
Thanks,