I am capturing text from the UI, and storing this value to a variable “ProcessName”.
When passing the Variable, “ProcessName” through a switch case, it doesn’t pass by the value and directly executes what is in “Default”.
I have tried assigning the value ProcessName to ProcessStep and the same output from Switch.
I have also changed the type argument in Switch to “String” to accept String Values.
Below is a screenshot that would explain the scenario.
Where am I making the mistake?
Thanks,
Meya