"single" Random no longer working

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

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

1 Like

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.