Use Case: Remembering Temporary Tab Information

The user has written the last tab they visited in a multi-tab management panel to Session Storage with the “lastTab” key. When the application is reloaded, this information is read and the user is automatically redirected to the last tab they were on.

Application Flow

  • +ADD ACTION → OnClick → Local Storage → Read From Local Storage
  • Key: “lastTab”
  • Result Usage: Navigate or Set Value action is executed according to the read data.