Hi,
I am having a Dialog box where i can enter only numeric value so I declared output of that as integer variable, if by mistake i enter alpha or special characters it should throw a exception in a way you have entered a wrong account number, for this i place this dialog box in Try Catch activity, this logic works for the first time, if I enter the wrong account number for next time it has to show me the same alert message as many times I enter the wrong account number, how to loop this condition.
Thanks in advance.