@payala07 wrote:
Hello everybody,
I got a question concerning a way to handle errors that can appear in a web site while filling the information from an Excel file.
Basically on the website I have to fill a number and validate.
I used first an “if error exist”, separating the errors on the “Then” situation and the path that continues normally after validate on “Else”, so far, that works.
But then, because I have 2 different errors, inside “Then” I added a switch case to distinguish in between my errors.
For the default case I got with Element exist the line with corresponds to my error in the website and a log message.
However, when I give it the second case with is the second error, it does not recognize the option.
How could I solve this in order to detect the case when it validates and the two errors?, it is an issue of the condition?
Thanks in advance for the help.
Posts: 5
Participants: 2