# Show any platform Data in app ellements

Reference any data stored within the platform and display it tо app user or use the data in screen logic. The same approach on our platform allows to address and pull data from any fields, like [Objects](/knowledge-base/references/intro-placeholder/objects.md), [Variables](/knowledge-base/references/intro-placeholder/variables.md), and more complex data entities, like [Filters](/knowledge-base/references/intro-placeholder/untitled-1.md) and [API Operations](/knowledge-base/basics/introduction/use_any_internal_and_external_api.md).

\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_

#### ADDING AND DISPLAYING USER DATA

1. Navigate to your "Hello world of PWA!" app or create a new app and go to **Objects** section. To go to **Objects** section you can use the steps below:
   * If you already entered your app: **header** → **left-hand side menu** → **Objects**
   * If you just logged in and see apps list: **ACTIONS** → **Objects**

![](https://storage.googleapis.com/helpdocs-assets/jyme83anlw/articles/gb2fwmkqd2/1557809819589/image.png)

2\. Click **Add Custom Column**, name it as *Name* and click **Save Column**

![](https://storage.googleapis.com/helpdocs-assets/jyme83anlw/articles/gb2fwmkqd2/1557810360992/screen-shot-2019-05-14-at-10-04-20-am.png)

3\. Add **Emai**l and **Phone** columns by clicking **Add Primary Email** and **Add Primary Phone** buttons

![](https://storage.googleapis.com/helpdocs-assets/jyme83anlw/articles/gb2fwmkqd2/1557810420671/image.png)

4\. Fill in the added columns with Name, Email and Phone number

![](https://storage.googleapis.com/helpdocs-assets/jyme83anlw/articles/gb2fwmkqd2/1557810555676/image.png)

5\. Navigate to **Constructor** by clicking **Application** button in the header

6\. Drag and Drop [**Text**](https://kb.mobsted.com/article/ap8iv7mdhw-construstor-elements-build-app) element

7\. In **Text** element properties fill in: *Hello, #Object:Name#! Your email is #Object:Email#, and the phone is #Object:Phone#!*

{% hint style="info" %}
We use [Hashtags](https://kb.mobsted.com/article/9v4k7sfkq1-hastags) to reference the data in Object columns. The same functionality is used for any other data source, such as Variables, Element Names, Filters, arrays from API calls, et&#x63;*.* Refer to [Hashtag ](/knowledge-base/references/intro-placeholder/hashtags.md)article for more info.
{% endhint %}

8\. Click **Save Screen**

![](https://storage.googleapis.com/helpdocs-assets/jyme83anlw/articles/gb2fwmkqd2/1557811898918/screen-shot-2019-05-14-at-10-30-36-am.png)

10\. Navigate back to **Objects** section, go to **LoginURL** column, click **Open App** link. You will see the personalized app up and running.

![](https://storage.googleapis.com/helpdocs-assets/jyme83anlw/articles/gb2fwmkqd2/1557814117833/image.png)

####

#### MENTIONED ARTICLES

* [Objects](/knowledge-base/references/intro-placeholder/objects.md)
* [Variables](/knowledge-base/references/intro-placeholder/variables.md)
* [Hashtags](/knowledge-base/references/intro-placeholder/hashtags.md)
* [Constructor elements](/knowledge-base/references/intro-placeholder/constructor_elements.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mobsted-2.gitbook.io/knowledge-base/basics/introduction/display_any_user_and_platform_data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
