Is There A Way To Select A Single Number From A RANGE Of Random Things?

Hello,

I’m trying to select a random number of things between 1000 and 1500 from the database inside of a repeating group.

Is this possible to setup?

Hey @JustinC,

If I read correctly, you want a random number (between 1000 and 1500) to be the number of items retrieved and displayed in a repeating group…

How about this?

Grab the random number generator plugin (free)

Then drop that element on the page and set as you need:

Setup the repeating group to use :items until and reference the random number element:

And if needed, you can generate a new random number in a workflow:

EDIT: This will only give you a random number of items in the rg, not random actual things

This topic was automatically closed after 70 days. New replies are no longer allowed.