Use Case: Verifying a Code Sent by Email

A user wants to reset their password and is sent a verification code. When the user enters this code in the appropriate field and clicks the ‘Verify’ button, the system must check whether the code is valid.

Application Flow:

  • Element: Verify button
  • Trigger: OnClick
  • Action: Authorisation → Is Verification Code Valid
  • Parameter:
    • Verification Code

Post-Action Usage:

  • If the code is valid, the user is redirected to the screen to set a new password (Navigate action).
  • If the code is invalid, an error message is displayed to the user with the Notify action.