# Creating a random NAMES picker!

**URL:** https://community.thunkable.com/t/creating-a-random-names-picker/2818741
**Category:** Questions about Thunkable X
**Tags:** beginner, help
**Created:** [February 4, 2024, 8:39am UTC](https://community.thunkable.com/t/creating-a-random-names-picker/2818741 "2024-02-04T08:39:03Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![gymflow.official](https://avatars.discourse-cdn.com/v4/letter/g/f4b2a3/32.png) [@gymflow.official](https://community.thunkable.com/u/gymflow.official)
#### Post date: [February 4, 2024, 8:39am UTC](https://community.thunkable.com/t/creating-a-random-names-picker/2818741/1 "2024-02-04T08:39:03Z")

</div>

I want to create an mobile app for both Android and iOS platforms, this is my first time in Thunkable platform.

My project is to create a mobile application, my requirements are :-

- The app should have 3 data lists ( which contain some names )
- When we click Generate button the label has to select & display 2 random names from each data lists.

can anyone please guide me.

---

<div class="post-metadata">

### Author: ![Goldking](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/goldking/32/165073_2.png) [@Goldking](https://community.thunkable.com/u/Goldking)
#### Post date: [February 4, 2024, 2:41pm UTC](https://community.thunkable.com/t/creating-a-random-names-picker/2818741/2 "2024-02-04T14:41:47Z")

</div>

You just wrote what you need . Try some blocks and if you need help post your test blocks.

You need :  
Easy way

- 3 variable list
- Initialize them with values
- when click button set label with random item

Pro way  
You want to modify/manage list of names on line ?

---

<div class="post-metadata">

### Author: ![gymflow.official](https://avatars.discourse-cdn.com/v4/letter/g/f4b2a3/32.png) [@gymflow.official](https://community.thunkable.com/u/gymflow.official)
#### Post date: [February 4, 2024, 2:59pm UTC](https://community.thunkable.com/t/creating-a-random-names-picker/2818741/3 "2024-02-04T14:59:51Z")

</div>

Thanks for the reply.

I am completely new to this platform I still didn’t got the idea on how to create that app.

I am planning to build an Fitness Mobile app where our clients can choose the workout in their mobile.

the idea is simple,

for suppose if the person is hitting the chest muscle, there are 3 types of muscles in chest part which are, upper, mid & lower

we finalized some workouts and when the user clicks on generate button 2 random upper chest workouts has to be selected from the upper chest workouts list, 2 random mid chest workouts has to be selected from the mid chest workouts list and vice versa

so is there any way I can do that here on Thunkable Platform,

if yes please guide me in a detailed way.

Thanks in Advance.

---

<div class="post-metadata">

### Author: ![Goldking](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/goldking/32/165073_2.png) [@Goldking](https://community.thunkable.com/u/Goldking)
#### Post date: [February 4, 2024, 3:43pm UTC](https://community.thunkable.com/t/creating-a-random-names-picker/2818741/4 "2024-02-04T15:43:28Z")

</div>

Create your UI, chose your dB probably Google sheet could be a good one (so you can manage it on line too).  
When app starts get all column from dB and save them into some lists . After click button get the data you want using the list block . Study a little this component, try some code and if you have problems post block here

---

<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 4, 2024, 6:19pm UTC](https://community.thunkable.com/t/creating-a-random-names-picker/2818741/5 "2024-02-04T18:19:34Z")

</div>

> [@gymflow.official](#):
>
> if yes please guide me in a detailed way.

Welcome to Thunkable! Keep in mind that you have described a complex app and there isn’t an easy way to tell you “how to make it.” It would take someone here a lot of time to help you in that way. If you want that level of help, consider paying someone to consult with or help you code in Thunkable.

Otherwise, it’s best to watch some tutorial videos, look at some sample projects, and take it step by step. If you get stuck, come back here and ask a **specific question** about a **specific step**. Make sure to include details, screenshots, etc. It can be helpful to review this: [How to ask Great Questions v2.0](https://community.thunkable.com/t/how-to-ask-great-questions-v2-0/2689983)

---

<div class="post-metadata">

### Author: ![jahaan](https://avatars.discourse-cdn.com/v4/letter/j/6bbea6/32.png) [@jahaan](https://community.thunkable.com/u/jahaan)
#### Post date: [February 17, 2024, 6:29pm UTC](https://community.thunkable.com/t/creating-a-random-names-picker/2818741/6 "2024-02-17T18:29:47Z")

</div>

This shouldn’t be too hard. I’m not an incredible Thunker myself but I like helping people. Below I will link a very basic outline of what you are describing.

[https://x.thunkable.com/copy/a4076bf555829d659807cf0406749a5a](https://x.thunkable.com/copy/a4076bf555829d659807cf0406749a5a)

I hope this helps. If you have any questions, don’t hesitate to DM me 😃

---

<div class="post-metadata">

### Author: ![steve\_synopsis](https://avatars.discourse-cdn.com/v4/letter/s/48db29/32.png) [@steve\_synopsis](https://community.thunkable.com/u/steve_synopsis)
#### Post date: [February 19, 2024, 3:25am UTC](https://community.thunkable.com/t/creating-a-random-names-picker/2818741/7 "2024-02-19T03:25:57Z")

</div>

The beat way to start any app is to write either psuedocode or draw a flow chart.

This will help you get your logic and variables sorted before you start to “code” which the process a lot easier.

I use an app called Miro for my flow charts.

---

<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 19, 2024, 3:26am UTC](https://community.thunkable.com/t/creating-a-random-names-picker/2818741/8 "2024-05-19T03:26:11Z")

</div>

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