Switch (question)

@Arettu63
maybe some details we do need, but i will try to answer

Switch activity should be configure as working on string (TypeArgument)

Construct your code e.g. as
strCode = Convert.ToInt(True).toString + Convert.ToInt(False).toString

So this will rsult to the codes:
11 = A is True, B is true
01 = A is false, B is true
00 = All is false
01 = A is false, B is true

So based on this codes within the switch you can react as by your need e.g open browser, open notepad

2 Likes