Design Pattern: Working with Groups in Rules

As I said, it was really unclear what you were trying to accomplish.

Just add another element.

reply_buttons.add("All OFF")

That won’t work because reply_buttons is a List Object and there is no + operator for List objects. But there is an add method. Or maybe it’s append. I haven’t done Rules DSL in a long time.