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? Thank you very much.
Try iterating through it as a list, I think that should work. I believe there is a check you can do whether something is multi-value, but the syntax currently escapes me.