How to show an error message in native

0
Hello, I have a login page in a native application and i want to show a error message if the login data are incorrect. I`ve create a nanoflow with an info log message but it only show the message in console:     Is there any way of show the message on the screen? Thanks in advance. Regards
asked
2 answers
3

You're using a “Log Message” action, but what you want to use to show something to the user you'll either want to use a “validation feedback” action or a “show message” action. Validation feedback shows up on a field of your choice (so for instance, login name), and a show message action is a pop-up. In your case, validation feedback will probably be best for the user experience.

answered
2

Hello Eline, 

I`ve changed the log message for a validation message and it´s works perfectly.

 

 

 

Thank you very much.

 

Regards

answered