I have a repeating group that displays tasks. The tasks are loaded from the database. How do I list each task on a seperate row? i.e I want to know who created each task and the timestamp for each task.
I know how to do this when I use a repeating group searching for tasks regularly without a list.
Could you share some screenshots of the setup e.g. current RG and the data type structure.
But essentially what you could do is using a Repeating Group within a Repeating Group. So the master Repeating Group (parent) will have the tasks and then inside the cell of that will be another Repeating Group (the child), which can use the current cells tasks and can display each item as a row. Hopefully I’ve understood your question right, let me know.
Check the image. This repeating group is searching for tasks. But the tasks are not defined as a list in the database so this solution works. If I search from tasks that are inside a list I will get all of the lists on one row. Which is not what I want.
I got it working by following above editor guidelines. Just not sure how I can target each row to delete a sub task. With my previous setup I had > Delete Parent group task, that doesn’t seem to work.