Exam UiADPv1 All QuestionsBrowse all questions from this exam
Question 94

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

    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
kingkayyOption: C

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

milesvvvOption: C

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.