QuestionQ10
UiPath StudioA developer needs to add items to a list of strings by using the Invoke Method activity. The list is declared as follows:

The Invoke Method activity has these properties:

The Parameters property is configured as follows:

Based on the information displayed in the exhibits, what is the outcome of the Invoke Method activity?
- A Invoke Method activity will throw an error.
- B Colors will contain items in the following order: “Red”, “Green”, “Yellow”.
- C Colors will contain items in the following order: “Yellow:”, “Red”, “Green”.
- D Colors will contain items in the following order: “Red”, “Green”
Community Discussion