Delete From Session Storage Action Application Steps

1. Define the Action in UI Design

  • Log in to the Kuika platform.
  • Select the project you want to work on from the Apps screen.
  • Go to the UI Design module.
  • Open the Properties panel on the right side.
  • Select the element you want to define the action for (for example, a “Clear Form” button).
  • ADD ACTION menu, select the Local StorageDelete From Session Storage option according to the trigger event you want (Initial Actions, OnClick, OnBlur, etc.).

2. Configuring Action Parameters

  • Key (String, required):
    • Specifies the key name of the session data to be deleted.
    • Example: “formStep1Data”, “tempUserSelection”, etc.

Dynamic Definition with Data Sources:

  • Fixed: The key name can be defined as fixed.
  • Symbol Picker: Page inputs, component data, method results, or current context data can be used.