I’m Using Input dialog activity to get user selection inputs.User input must be in numberic value.If user enter input as alphanumeric or alphabet means we need to show a warning message and ask the user to re-enter.
How can we achieve this using IF activity and conditions.Please help me in this.
information.isNumberic(userinput)is used to allow only numerice values.It’s working fine.
I have another condition Input dialog does not allow null or white spaces Can u please help me in this…