Hi Bubblers,
Pretty sure most of you already know this but I hope those who are still starting out will learn from this (I’m one of them)
You can let your users dynamically add or decrease the number of elements
To do this you would need to make use of:
- Repeating groups
- Custom states
- Toolbox’s list of numbers
Steps:
-
Create a custom state for either the page or the element
-
Add Toolbox’s list of numbers and use number 1’s custom state as the length of the list
-
Add a repeating group and use number 2 as the data source
-
In the repeating group, add your element (groups, inputs, RGs, anything)
-
To let the users dynamically add or decrease the number of elements, you could add a button or an action that would add/decrease number 1’s custom state value
There you have it, you can now let users dynamically add or decrease the number of elements
This is by the way a solution for my problem that I encountered a few days ago
Dynamically creating elements with inputs
If you have any other workarounds or solutions for this, please do comment below