[2.3.1.137] can't add second condition to repeat-while rule

Looks like RM gets stuck. Problem previously described in [2.3.0.113-C7] RM 5.1 Error Editing Rule to Add Condition to "Rep While".

Tried to troubleshoot by creating a new rule with two conditions. RM gets the same kind of stuck after adding the second condition.

After clicking cancel, I was able to add an action and complete rule creation, but RM dropped the repeat-while.

You MUST put in a repeat interval time. That's what you're missing above.

All repeats have to have an interval, otherwise they would eat your hub up running constantly. So put in some seconds, or whatever. It will loop on that interval, check your While Expression, and continue or not depending on its truth.

The abort editing thing isn't working... coming in next release.

4 Likes

Got it, thanks.