I have a folder condition that compares two non-state variables:
Folder Conditions for 'Hot Weather'
If
$outsideHighTemp > $fanOnTemp
Then
Allow the programs in this folder to run.
EDIT: forgot to mention, these are not state variables.
The folder is red, indicating that the condition is not being met, but $outsideHighTemp = 93 and $fanOnTemp = 78. I have some programs which also use the same if statement and they are green. Is there some kind of problem here?