I am looking to see if in electroneek studio there is an activity like the switch activity uipath has for different cases.
Hi @javierruiz
So far I have never experienced any such activity in ElectroNeek. Can you share your query, we’ll try to sort it out in some other best way. Thank you!
@javierruiz You can use nested if to achieve the same switch use case.
The use case I have is depending on a string or number there are 15 different rules I need to run based on the string or number. So a switch with a case would have been easy to do this.
I guess I can do if statement or nested.
Maybe there is a switch with case I. Javascript and I can pass it through the JS code
@javierruiz Yes, You can use nested IF or use JS code to write switch case.