A developer wants to assign a value to a two-dimensional array of strings named newArray. What expression can be used in the Assign activity?
newArray = {({'UiPath','Udemy'}), ({'HUB Academy', 'RPA'})} is the correct way to initialize a two-dimensial array of strings.
UiPath Documentation
UiPath Forum
Exam Topic:Describe how to work with complex data structures and data manipulation; for example, datatables and collections
Mohammad
16 days ago