I’m creating an app which displays a list of work procedures. I added work procedures in a repeating group. In each work procedure, I want the step number to be displayed.
Example: In the first procedure, I want step 1 and in the second procedure I want step 2 to be displayed. I’m unable to figure out how to get it done. Can someone please help me out?
Lets say you have a To do list app.
There are lists (datatype) and each list has a list of todos( also a datatype)
Whenever you create a new todo, have that todos order number ( a field saved underneath todo) be "parent groups lists lists of todos count + 1).
This makes sure it always increments by 1.
Then sort the repeating group of todos by ordernr.
Here is a video without the "lists " datatype but saving todos instead in the “user” datatype.