Store LocalStorage
Store the value of a specific local storage item in the Value Store.
Last updated
Store the value of a specific local storage item in the Value Store.
Store LocalStorage reads a named localStorage key and saves its value in the Value Store. Use it when a later step or check needs client-side state the page already wrote.

Capture a feature flag or preference after the application sets it.
Save a token or ID from localStorage for a later API step or Check LocalStorage.
Reuse the stored value in form fields or headers through a Value reference.
localStorage Key
Key to read from localStorage
Value Store Key
Name to save the value under in the Value Store
Status on fail
Tags: data, localStorage, store
Last updated