Usage Scenario: Clearing Session Data When Form is Cancelled

A user cancels a multi-step form while filling it out. In this case, the form data temporarily stored in Session Storage during the session must be deleted.

Application Flow

  • Go to the UI Design module.
  • Drag and drop the following element from the Elements panel:
  • Button: “Clear Form” button

Action Flow

  • When the button is clicked, the Delete From Session Storage action is executed.
    • Key: “draftFormData”
    • (Optional) The form is reset or the user is redirected to the main screen.