I’m trying to use cloudiness output to control shades however it seems the output for cloudiness is a string not and integer so that means I can’t use “>” or “<“ comparators for integers. The cloudiness variable only spits out numbers so this seems to be a bug. Can this be fixed?
Just create a number variable and use set variable to assign the string value to it. It will do the conversion when it sets the number variable. Then use that variable for your comparisons.
Not sure why this attribute was specified as a string, but from what I can see in their API docs, it should be a percent, which I assume would always be numeric. This will be changed in the next platform release, currently in beta.