# \[Solved\] Local Data Source for Data List Viewer Results in Empty Top Three Rows

**URL:** https://community.thunkable.com/t/solved-local-data-source-for-data-list-viewer-results-in-empty-top-three-rows/565115
**Category:** Questions about Thunkable X
**Created:** [May 8, 2020, 4:53pm UTC](https://community.thunkable.com/t/solved-local-data-source-for-data-list-viewer-results-in-empty-top-three-rows/565115 "2020-05-08T16:53:07Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![athornock](https://avatars.discourse-cdn.com/v4/letter/a/b4bc9f/32.png) [@athornock](https://community.thunkable.com/u/athornock)
#### Post date: [May 9, 2020, 7:49pm UTC](https://community.thunkable.com/t/solved-local-data-source-for-data-list-viewer-results-in-empty-top-three-rows/565115/3 "2020-05-09T19:49:13Z")

</div>

I’m putting in data with blocks, pulling from airtable. There’s a very specific reason I’m doing it this way, I have to basically generate a user table on demand and doing it in a local source is by far the best way, but it appears that the local source has three blank rows by default. It looks like I can delete them from the original table and then clear out my cache and storage and then it’s gone.

**Developers if you’re listening, we really need a way to delete rows and get the row IDs easily for local sources.**

Here’s how you do it:

Click on your local data source:  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/b/1/b10c67bb9f6090c74a035d8b79a1a48e67589234.png)

Remove all your rows, there will still be a blank one showing after you remove all you can, but don’t worry, it’s not a real row with an ID until you type something:  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/3/a3ff425aa73a80a27b942d05d80b40ba12984a2f.png)

Then manage the table with blocks and make sure to store a list of the row IDs as after you create a row there’s currently no way (that I could find) to get it’s ID again.

Here’s an app you can play with to see how the local data sources work:  
[https://x.thunkable.com/copy/a60f42b5639cc552d21f16a8d081b46d](https://x.thunkable.com/copy/a60f42b5639cc552d21f16a8d081b46d)

---

_[View the full topic](https://community.thunkable.com/t/solved-local-data-source-for-data-list-viewer-results-in-empty-top-three-rows/565115)._
