Hello team,
I am following the training on working with lists: Data Manipulation with Lists and Dictionaries in Studio Course | UiPath Academy
I created a variable SpainCities and set the variable type: System.Collections.Generic.List<System.String> then added (“MADRID”,“valencia”,“BARCELONA”) as a default initial values.
To initialize the list I type: new List(of String) from (“MADRID”,“valencia”,“BARCELONA”) as explained in the training.
but it does not validate and i get an error BC30198: ‘)’ expected
I am not sure how to solve this error, it just drives me crazy
your help is highly appreciated.
Thanks,
Fadi