Hey guys,
I’m facing an issue with using the Unhandled Error & error running workflow triggers, whereby my user attempts to sign in, and when they input the wrong password, they need to be shown the toast “Incorrect Password”. This successfully triggers the above error events, but when you use them, the notification to the user doesnt appear.
My use case is when a user clicks sign in, I display a loader, which should dissapear once the user has signed in or been knocked back. Placing a “hide element” after the login only works if the workflow completes the “Sign in” block. Otherwise the workflow returns an error, causing the loading screen to stay in permanence. I want to hide the loading screen when the error is thrown, and also show the “Wrong password” toasty. Can someone please replicate, or let me know of any solution they’ve found?