cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Values

lbm
Champ in-the-making
Champ in-the-making
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["modelSmiley TongueropertyN"]}' 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.
1 REPLY 1

jbarmash
Champ in-the-making
Champ in-the-making
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.

Jean