I'm trying to get the names AND data types of the items in a cluster. I've got the names OK, but I'm struggling to get the data types. I've tried the Label.ClassName property, but it only seems to return "text", regardless of data type. I'm probably being very dim, but I'm not sure what else to try.
In the example attached, I would expect the "Data Types" array to contain something like "Integer, Integer, Text, Double", but it comes out as "Text,Text,Text,Text"
Cheers
Joolz