# Data View does not display data

**URL:** https://community.thunkable.com/t/data-view-does-not-display-data/2290626
**Category:** Questions about Thunkable X
**Created:** [February 22, 2023, 10:33am UTC](https://community.thunkable.com/t/data-view-does-not-display-data/2290626 "2023-02-22T10:33:12Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![zakrimasnj](https://avatars.discourse-cdn.com/v4/letter/z/e47774/32.png) [@zakrimasnj](https://community.thunkable.com/u/zakrimasnj)
#### Post date: [February 22, 2023, 10:33am UTC](https://community.thunkable.com/t/data-view-does-not-display-data/2290626/1 "2023-02-22T10:33:12Z")

</div>

I have two tables, the first is comprehensive for adding data, and the second is for querying the data of a specific element that is in the first table. I display the data of the second table in Data View, but the problem is that Data View displays data the first time, but when I query again, the rows are empty without data

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [February 22, 2023, 6:16pm UTC](https://community.thunkable.com/t/data-view-does-not-display-data/2290626/2 "2023-02-22T18:16:16Z")

</div>

It’s impossible to troubleshoot an issue without seeing your project or at least screenshots of your blocks.

---

<div class="post-metadata">

### Author: ![zakrimasnj](https://avatars.discourse-cdn.com/v4/letter/z/e47774/32.png) [@zakrimasnj](https://community.thunkable.com/u/zakrimasnj)
#### Post date: [February 23, 2023, 9:14am UTC](https://community.thunkable.com/t/data-view-does-not-display-data/2290626/3 "2023-02-23T09:14:36Z")

</div>

[This is the project link](https://x.thunkable.com/projects/63f65e1e450654742295ed31/32176236-322f-40b8-9773-1e0494df47c5/designer)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [February 23, 2023, 5:35pm UTC](https://community.thunkable.com/t/data-view-does-not-display-data/2290626/4 "2023-02-23T17:35:19Z")

</div>

This kind of setup is not recommended because all of the stacked blocks will fire immediately. You need to force the code to wait until the [delete all rows] block is completed and the [create row] block is created by inserting the blocks below into the “do” sections.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/2/f20e055ef9462258f82725d0698739f5d2209d10.png)

---

<div class="post-metadata">

### Author: ![zakrimasnj](https://avatars.discourse-cdn.com/v4/letter/z/e47774/32.png) [@zakrimasnj](https://community.thunkable.com/u/zakrimasnj)
#### Post date: [February 23, 2023, 11:57pm UTC](https://community.thunkable.com/t/data-view-does-not-display-data/2290626/5 "2023-02-23T23:57:40Z")

</div>

thank u

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [May 24, 2023, 11:57pm UTC](https://community.thunkable.com/t/data-view-does-not-display-data/2290626/6 "2023-05-24T23:57:50Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
