hi, I’m experimenting with Switch using the Working with Multiple Templates practice.
Any idea what went wrong with the scenario above? I’m getting (null) and (empty) for the case values instead of “yes” and “no”.
thanks.
hi, I’m experimenting with Switch using the Working with Multiple Templates practice.
Any idea what went wrong with the scenario above? I’m getting (null) and (empty) for the case values instead of “yes” and “no”.
thanks.
Hi @Darren_Chan
Welcome to UiPath forum
As far as i know, this is a default value of case value. You can input “yes” or “no” by yourself for indicate value in Switch.
Sample:
TestSwitchX.zip (85.6 KB)
I hope this information will be useful for you
thanks