no i only want to modify 1 task at the time… that single one that im dragging… when that one is dragged and dropped on the dropzone… that task should me modified… that part works already now… so we dont need to think more on that… Task gets modified!..

now when i drag that one task to the dropable element i need an action where the dragged task gets added to a list of a user…
thing to modify: table users current row user


field to modify is “assigned task” add drop area task

now current rows user have a task assigned to them because that task is on the list “assigned task”

now what i want to display in that nested repeating group is current user each item assigned task… but i want them to be displayed in input date (as we maked earlier) value…

right now i have succeding get them to be displayed as you can see here:


but they show every task there is assigned for every date field… so right now there is displayed 2 task because there is assigned 2 task to the user… but both task are duplicated in each field…

so how i understand you what you say is not possible i already have maked possible… now its just a matter of how current rows user’ assigned task is displayed :slight_smile: