Use Case: Automatic Loading of Theme Settings

After the user sets the application theme to “Dark Mode,” this preference is saved to Local Storage with the key “theme.” When the user reopens the application, this value is read with the Read From Local Storage action, and the interface automatically switches to “Dark Mode.”

Application Flow

  • The Read From Local Storage action is added to be triggered when a button, page, or screen is loaded.
  • The key field is entered as “theme.”
  • Then, with the Set Value action, the read value is transferred to a Component (e.g., page theme).