# "single" Random no longer working

**URL:** https://community.glideapps.com/t/single-random-no-longer-working/36976
**Category:** Ask for Help
**Created:** [January 10, 2022, 5:00pm UTC](https://community.glideapps.com/t/single-random-no-longer-working/36976 "2022-01-10T17:00:33Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![David\_Gabler](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david_gabler/32/44332_2.png) [@David\_Gabler](https://community.glideapps.com/u/David_Gabler)
#### Post date: [January 10, 2022, 5:00pm UTC](https://community.glideapps.com/t/single-random-no-longer-working/36976/1 "2022-01-10T17:00:33Z")

</div>

I have an app in which I am trying to draw random quotes from an individual. When I first implemented it, it was random, as specified. I first noticed it is no longer random on the phone app, but was still random in the designer tool. Now it is no longer random there, either…

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/0/40eea92e27fd6cbe49062d7facedd8cf6d130ffc.png)

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [January 10, 2022, 5:15pm UTC](https://community.glideapps.com/t/single-random-no-longer-working/36976/2 "2022-01-10T17:15:40Z")

</div>

Try adding a reshuffle action on the component that navigates to the screen where it’s being used.

---

<div class="post-metadata">

### Author: ![David\_Gabler](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david_gabler/32/44332_2.png) [@David\_Gabler](https://community.glideapps.com/u/David_Gabler)
#### Post date: [January 10, 2022, 11:39pm UTC](https://community.glideapps.com/t/single-random-no-longer-working/36976/3 "2022-01-10T23:39:11Z")

</div>

**correction** What I wrote below corrected it in the dev environment, but it still does not work on the Android device.

Well, I have the component on the screen twice. Once as a full-blown quote and once as a relational list that they can then select to see other quotes. Making both random solved the issue.
