UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 94


A developer intends to incorporate a Flow Switch activity within a Flowchart. What is a characteristic of this activity?

Show Answer
Correct Answer: C

The default TypeArgument property for the Flow Switch activity is set to Int32. This characteristic is important to understand as it implies the type of values the Flow Switch can handle by default without further configuration.

Discussion

2 comments
Sign in to comment
kingkayyOption: C
Apr 16, 2024

https://docs.uipath.com/activities/other/latest/workflow/flow-switch

milesvvvOption: C
Apr 27, 2024

https://docs.uipath.com/activities/other/latest/workflow/flow-switch#:~:text=TypeArgument%20%2D%20Enables%20you%20to%20select%20the%20type%20of%20statement%20that%20can%20be%20added%20in%20the%20Expression%20property.%20By%20default%2C%20Int32%20is%20selected.