This function returns the values stored in a text list variable, which was previously created using the setStringList() function.


getStringList(variableName) #Output: Text list



Expression parserDescription


getStringList("myStringList")


This example returns the value stored in "myStringList", e.g.:

["Hello","World"]



Parameters used in this function

ParameterInput (data type)Description
variableName

The name of the stored variable.



This function returns a


To return the value you must have created the variable before, using the setStringList() function within the same expression.



Use cases and examples



Parser function cloud
Map(question)
Notes

Workaround

It would be the same as the one for getBoolean(), but in the variable we would store an issue list.






Status
Tech review

Style guide




Short description

Returns values stored in a text list variable.

Output

Available since

Label