Each flow item is assigned with a label "DateNumber" with a random number associated with it. I have created a global variable called "CurrentDate" and assigned it with a specific value. I want my processor to pull from a global list based on the specific DateNumber. For example I will use the number "123". My model works when I use the pull strategy of pulling from a list with the requirement "WHERE DateNumber = 123". However, even though my global variable is set to the value "123" if I use the expression "WHERE DateNumber = CurrentDate" the processor doesn't take any flow items. I have also tried using "==" instead of just "=". I hope this made sense - can anyone help?