Switchアクティビティのバグ?

こんばんは
UiPath Studio 2025.0.161 Community editionのユーザです。

Switchアクティビティの式(Expression)をString型"apple;banana;mango"に設定してフローを確認したところ、
いずれを選択しても、既定の分岐に流れることが分かりました。Int32型に設定すれば、正しいCaseに分岐することは確認済みです。
私のVersionの Community editionでは、Switchアクティビティの式(Expression)をInt32型しか選択できないバグがあるのではないでしょうか?
ご存じの方、情報共有ください。

Kindly note that you don’t need to give double quotes in the cases. See if that is creating the issue. I can show a snippet of how switch is working

In the below case - It will go to apple case without any error. Also the value in case should be exactly matching including whether it is upper or lower case

Let me know if your issue is different. I will try to help

Adding to the above point

In the switch input - the only expected input value is the value given in the case. If matching case is found - it will execute the activities below that case, Else directly execute the activities under default case

@gorby

Sorry,I could not understand what you wanted to say.
It would be easier to undestand if you show me using code.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.