Business rules Increment value if contains initial keyword
Hi, I have a Business rules that increments the integer values if contains initial keyword, but the problem is it will increment until 8 and goes back to initial number. I have below code. (function executeRule(current, previous /*null when async*/...
