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?
Can you post a screenshot of the value of the constant you've created?
hi, I altered the constant values from {"test1","test2"} to
test1
test2
it resolved the issue
Correct, the constant editor describes that this is the way to create a text array constant.