QuestionQ7
UI AutomationWhich of the following code samples can initialize the ListSource property of a Dropdown element in a UiPath APP?
- A AppsDataSource.from({“Option1”, “Option2”})
- B AppsDataSource.from(New List(Of String) From {“Option1”, “Option2”})
- C New List(Of String) From {“Option1”, “Option2”}
- D New String
Community Discussion