Hi,
Is there any way to order groups dynamically?
I have 4 groups where I set different template in each group, I would like to dynamically change the position of the 4 groups(up/down) from an option set where I stored the order number and each group is of type “option set type”.
Thank you!
Hey,
To achieve this, you can use a repeating group and sort it by the order field in your option set type. Then you need to set the data type of the repeating group to this option set type and create a cell for each template type and show the template you want depending on the current cell option set type.
Let me know if this helps!