Rrupam13
(Rupesh Rupam)
September 10, 2019, 11:43am
1
Hi,
Is there any way to execute the switch activity without user input like I have match some string and for the same I have 6 permutations and combinations and I want to execute switch case automaticaly.
Output should be like below:
Case 1: No match
Case 2: Match then break the switch show the result and so on till case 6
1 Like
Palaniyappan
(Palaniyappan P )
September 10, 2019, 11:58am
2
yes of course we could do that with SWITCH activity
Were we facing any issue in that
we got an example on how to do this
The Switch activity enables you to select one choice out of multiple, based on the value of a specified expression. By default, the Switch activity uses the integer argument, but you can change it from the Properties panel, from the TypeArgument...
Cheers @Rrupam13
HareeshMR
(Hareesh Madasi)
September 10, 2019, 12:05pm
3
You can pass the condition as static string you have, which is not a user input @Rrupam13
But you need to pass something to let the switch condition know what needs to be executed
Rrupam13
(Rupesh Rupam)
September 10, 2019, 9:18pm
4
Could you please explain more
Palaniyappan
(Palaniyappan P )
September 10, 2019, 11:15pm
5
Palaniyappan:
we got an example on how to do this
docs.uipath.com
The Switch activity enables you to select one choice out of multiple, based on the value of a specified expression. By default, the Switch activity uses the integer argument, but you can change…
did that example help you buddy
Cheers @Rrupam13