Hi guys,
The formulae IsNull(), IsEmpty, IsString etc return -1 when true. I'd expect this to be 1 or 0 as a Boolean test.
Is this a bug? or is there logic behind this?
I've attached a workflow demoing some of these examples.
At the moment I am working around it with -IsNull([Value]) to return 1.
Cheers 