News

A ? question mark separates the conditional from the true value. Anything between the ? and the : is what is executed if the condition evaluates to true. Finally a : colon. If the condition evaluates ...
The conditional ... operator, can be used as a one line if-else expression. The operator is represented by a question mark ?. Sometimes it's called "ternary", because the operator has three operands.
In these situations, a better option is to use a conditional operator that supports multiple branches. That is what we will explore in this UiPath Switch activity example. To use a UiPath Switch ...