Continual expression evaluation

Is there a way to get expressions evaluated every 2 mins for example. And then have the it evaluated by a condition.

IE. create a random number between 1 and 10 every 2 mins and then if that random number is 7 the condition is true for the 2 mins until it changes to another number or 7 again.

The short answer is “yes”, you just use an Interval condition.

I’m a bit suspicious here (seems like an X-Y Problem in the making). Why do you want to do this? How would it be used?