how to create a constant of type - List of String

Certified Associate Developer

hi, 

i have a local variable 

local!test:{"test1","test2","test3"}, - this shows as List of String 

I am trying to create a constant for this , selected as Text ( Array), - This shows as Text

how to convert the constant as List of String , because I am actually validating against another variable that is of type - List of String. 

 

  Discussion posts and replies are publicly visible

Parents Reply Children