Hi, is it possible to make a for loop container where the eval expression has more than one condition?
I want the for loop to keep looping if @Result != 1 or it is not yet 8:00AM.
If Result == 1 before 8am then stop looping and take one path, if it gets to 8:00AM, stop and take another path.
I hope this is possible.
Thanks for reading,
Howard