So i have two lists one inside the other
One list is for tasks
the other is for tasks activities
one task can have many task activities
each task is one item from the tasklist
each activity is one item from task activity list
so what i want to do is to show the activities from the task i click only, what happens now is that when i click on the task name to show the activities by using a variable “showActivities”, it shows all the activities from all tasks, i want to show only the task_activities from the task item i click, how do i do this?