How to call array from my system property?
Hi everyone,I'm working with a system property that stores an array of string values, for example:Property: list.of.stringsValues: "111 - TEST", "112 - Test2"In my Script Include, I'm retrieving the property like this: var titles = gs.getProperty('li...