Hi,
I am using the drag’n drop official plugin. I have a repeating group that displays “Tasks” (reusable element) and another group within a repeating group that displays “Tags”
What I want is to associate the Tag to the Task when I drag’n drop the task on the dedicated drop zone.
That works BUT, it leaves an empty space in my repeating group.
This is my page structure
See the empty space in my repeating group :
The repeating group data source is set to search for tasks with no Categories (tags)
I can confirm that the tasks once dropped on a drop-zone are correctly tagged and “tags” is not empty from this moment.
Can you see what I am missing?
Best