# List of video and audio messages

**URL:** https://community.thunkable.com/t/list-of-video-and-audio-messages/728168
**Category:** Questions about Thunkable X
**Created:** [August 8, 2020, 4:29pm UTC](https://community.thunkable.com/t/list-of-video-and-audio-messages/728168 "2020-08-08T16:29:30Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![thunkable.com6ejt](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/thunkable.com6ejt/32/83368_2.png) [@thunkable.com6ejt](https://community.thunkable.com/u/thunkable.com6ejt)
#### Post date: [August 8, 2020, 4:29pm UTC](https://community.thunkable.com/t/list-of-video-and-audio-messages/728168/1 "2020-08-08T16:29:30Z")

</div>

Trying to display a list of video and audio messages exchanged between the current user and another user. But I can’t find an element to display an arbitrary number of items from a database, with specialized display mechanisms (e.g. video player, audio player). Is there a way to do this?

Closest I’ve seen is the Snapgram template, which fakes a scrolling view. It uses exactly 5 elements and only shows the last 5 items from the database.

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [August 9, 2020, 11:09am UTC](https://community.thunkable.com/t/list-of-video-and-audio-messages/728168/2 "2020-08-09T11:09:53Z")

</div>

Use any Components to solve your problem

---

<div class="post-metadata">

### Author: ![thunkable.com6ejt](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/thunkable.com6ejt/32/83368_2.png) [@thunkable.com6ejt](https://community.thunkable.com/u/thunkable.com6ejt)
#### Post date: [August 9, 2020, 6:11pm UTC](https://community.thunkable.com/t/list-of-video-and-audio-messages/728168/3 "2020-08-09T18:11:42Z")

</div>

Can you please be more specific, what component are you so suggesting I use? As I said, I don’t see a component to display repeating elements, with separate display mechanisms. e.g.  
item 1: video player  
item 2: video player  
item 3: audio player  
item 4: video player  
…  
item 72: audio player

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [August 9, 2020, 6:18pm UTC](https://community.thunkable.com/t/list-of-video-and-audio-messages/728168/4 "2020-08-09T18:18:46Z")

</div>

To display a list of data, you can use Any Components to create your own list by cloning a template row. See the example on the scrCustomListViewer in [https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/](https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:26pm UTC](https://community.thunkable.com/t/list-of-video-and-audio-messages/728168/5 "2024-11-08T12:26:47Z")

</div>


