Hi I need to define a lists of strings variable with the below value:
{“Germany”, “Spain”, “Japan”, “Brazil”, “India”, “China”}
but it is showing me error message below
BC30311: Value of type ‘String()’ cannot be converted to ‘List(Of String)’. The selected value is incompatible with the property type.