Hi Philip
You should be able to create a dynamic variable with type True/False whose value is the length of your variable. For example, a variable named "variable" could have a corresponding dynamic variable "variableLength" with the value length({{variable}}).
Then your if/else could check that variableLength is greater than 0.
That's a good work around, and would most definitely work! I actually got it working by using my proposed solution, or so it seems at least.
So I guess an if/else statement within the actual dynamic variable to set true if > 0 else false? Would be useful when I don't want to build an action in Scripts, and I can actually come up with a few use cases already. Thanks!