Multiple Values
Hi,I'm starting to work with webscripts and I have a doubt. How can I read a property with type=text and multiple=true? I've tried '${node.properties["modelropertyN"]}' but it's not possible as it's not a String, a number or a date. How can I do it? ...