Add Write To Session Storage Action
- After logging into the Kuika platform, open the project you will work on from the “Apps” screen.
- While in the “UI Design” module, open the “Properties” panel on the right side.
- Select “Initial Actions → Local Storage → Write To Session Storage” from the “+ADD ACTION” drop-down menu.
- Then configure the following fields:
- Key: This is the key that identifies the data name to be stored. It is used to access the stored data later.
- Value: Associated with Key is the data itself to be stored. It can be a text, number or JSON format and is stored throughout the session.