How to implement while or do while logic in expression rule?
Discussion posts and replies are publicly visible
Could you please elaborate your requirement? Why you are looking for while and do while logics?
Consider I have an integer as a input and I apply condition on that integer. If condition returns true then end of the loop, else again check the condition with decremented value of integer.