# Get local storage data

![](https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FKBhREThJpLDTGKZx4QXc%2Fimage.png?alt=media\&token=bb026d1c-05f9-4947-afb7-a70d0636536e)

{% tabs %}
{% tab title="Entry Vars" %}
**Is real time :** It is activated when we want our query to be listening in real time, that is, every time there is a change after its execution, it is executed again.

**Path on LS :** It is selected to be able to access the window where we can enter the route (path) from which we want to obtain our information.

**Step by Step :**

<figure><img src="https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FGh60KNnM4nIwYNo3wjDb%2FGet%20local%20storage%20data.gif?alt=media&#x26;token=bd46563d-e278-4d58-9f64-cfa967db81b0" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Callbacks & OutVar" %}
**Error retrieving data :** It is executed when a connection problem occurs when querying the database or a query path was not selected.

OutVars&#x20;

`Null`

**Empty data :** It is executed when the route that we consult does not have a value in its parameters.

OutVars&#x20;

`Null`

**Success retrieving data :** It is executed when the route that we consult returns information to us.

OutVars&#x20;

`Null`

**End retrieving data :**  Runs in parallel with any of the previous calbacks regardless of whether or not information was fetched.

OutVars&#x20;

`Null`
{% endtab %}

{% tab title="Features" %}

{% endtab %}

{% tab title="examples" %}

{% endtab %}
{% endtabs %}
