What i want to do is take someones age and make a repeating group that contains every year of their life. Ive tried manipulating different data variables, but nothing seems to work.
Hi @crice8004 One way of setting this up would be to use the “Toolbox” plugin and utilize the “List of Numbers” part of the plugin. Here is an example:
Toolbox plugin:
Preview:
Editor:
In this example, the User can enter their birth year into the input:
Then using the “List of Numbers” plugin element, you can use these values to create the list of years of that user’s life:
After setting up that element, you can then use that as the data source of the repeating group which shows each year in a text element:
So in preview mode it looks like this:
And that should do it! Feel free to let me know if you have any questions!
1 Like
Thanx! I’ll test it out and get back to you.
1 Like