Local Storage Action

Stores a key-value pair in thelocalStorage of browser , allowing data to persist across page reloads or browser sessions.

Useful for remembering user preferences, saving temporary form values, or enabling conditional logic based on previously stored data.

Action Settings

Option Default Type Description
Item Key None Text Field The name used to store the data in localStorage
Item Value None Text Field The data or value to be stored under the specified key.

What can I achieve with the Local Storage Action?