Get localstorage json property

  • Goal: <I need to get a property from a json object that I am saving in localstorage. -->

  • Steps: <I'm saving a json object with some properties and a key that identifies it. I can already get this object from localstorage through the key but I can't get its properties separately. -->

Hi @hetote, could you share the state of localStorage? To do this, open up the State tab and select localStorage.

Hello @hetote ,
You can directly use the key in queries, JS queries, transformers, and workflows with localStorage to get, set, or clear the stored values in localStorage.

1 Like