Hi Leon,
I haven't tried this in our scripting engine, but you can try teasing out each element in the multiselect field similar to these code samples:
str(u', '.join(incident.properties.incident_attributes))
or
[str(x) for x in incident.properties.incident_attributes]
Good luck
------------------------------
Mark Scherfling
------------------------------