Save to Local Storage

With the Save to Local Storage action, you can save values in the browser's local storage. This is useful when you want to share the same value between multiple pages, like user token or user preferences. The saved value is available as {{localStorage.<key>}} in all actions and components.

To configure the action, you need to specify your variable's name as this name will be used to access the value in the local storage. Then, you need to pass the data you want to save in the New value field.

Examples

Saving the result of the previous step

You can always adjust the data before saving it.

Adding additional values

Changing values

Deleting unwanted values

alternatively:

Joining array values

Using default values


More information on localStorage you can find here πŸ‘‡

Local storage

Last updated

Was this helpful?