Hi Team ,
i am facing issue when i use switch case ,plz anyone help me to solve issue,
it does not take second case and showing like “value has already taken”
1 Like
but my out put is character type(Result(0)) and my studio version is 2025.00.157 ,in this there is no type of argument option
Yes, you do have Char Datatype available. Just click on Browse for types..
and search for System.Char
1 Like
Got it. I tried on 2025 and found it’s really different to switch characters. I tried to get it working but no luck so I made a workaround to convert character to string and then switch based on string.
1 Like
looks like there is some issue…try to change the system.activities package version and check
cheers
Add any other variable type, and the variable’s type will automatically adjust. If you input an integer variable, it will be converted from a string to an integer.