The Read From Session Storage action is used to read data temporarily stored in the browser during the user session.
With this action:
- You can access data stored during the session based on user interactions or certain conditions.
- With the Write To Session Storage action, you can retrieve the stored data.
- This data is automatically deleted when the session ends.
Read From Session Storage action is supported in web and mobile applications.
Add Read From Session Storage Action
- Log in to the Kuika platform and open the project you will work on from the Apps screen.
- Switch to the UI Design module and open the Properties panel on the right side.
- Click on the + ADD ACTION drop-down menu.
- Select Initial Actions → Local Storage → Read From Session Storage.
- Configure the following field from the drop-down menu:
- Key: Access data temporarily stored in your application by reading the value corresponding to a predefined key.
By following these steps, you can successfully configure the Read From Session Storage action on the Kuika platform.