Hi @Abaza
if the login credentials are invalid, the user wont be able to login into the app.

Do you mean putting “ONLY WHEN” condition on the login action or on the redirect action?

I don’t think you need to put any condition on the login action, if the login credentials is correct the user would be logged in and if not, the user would get an error message.

You can put “ONLY WHEN” condition on the redirect action, to determine where each user type would be redirected to.