Team,
I have a Task thing with a field called Type which can either be “Drop-off” or “Pick-Up”.
In a typical business process when a Drop-off is done (that is when boxes are delivered, Box thing list is also associated to track the boxes that were delivered under that task) the task is marked as complete.
And a new Task thing is created of Type “Pick-up”, I am associating the same Box list that was used in the Drop-off task.
I am using a repeating group to display the Task details including another sub-Repeating Group to display the Boxes associated to the Task.
The issue is that the associated Box list is not being displayed on the Pick-Up task (task that is created on the completion of a Drop-off task).
Here is a screenshot that shows that task being displayed has Boxes assosciated but are not being displayed. I must add that all the other Task related info is displayed correctly.


