Adding numbers 'up to' in a list

Hi,

Can someone advise on how to populate a list with numbers prior to the one selected.

For example, I have a list of numbers, let’s call it ‘Number list’

The end user inputs a number up to 100. If they put in ‘36’ then I can easily save that number, however I would like the list to be populated also with numbers 1-35 also. Equally if they were to put in ‘97’, then the list should have 97 individual entries.

Hopefully this makes sense, is it achievable?

PS - The reason I’m doing this is to display the numbers in a chart later on in the process.

Thanks in advance

John.

This plugin can do what you need. You can also use recurring scheduled api.

1 Like

Great, thanks. I’ll give it a whirl.

Worked straight away, thank you.

1 Like