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
When creating a constant of text(array) this is a list of string.
Do you have any specific issue that you try to solve?