I’m creating a list of tasks and each task can be assigned to multiple users so, within my task data type is a field called “Assigned to” and the field type is Users and it accepts multiple entries.
On my page, I’ve made a repeating group with Type of Content set to task, that lists all the tasks, and then within each cell of that repeating group is another repeating group with Type of Content set to Users, that lists all the assignees. I’ve added a search box that lets you search all Users and add them to the list of assignees (which works) and then I made the assignees names appear as small tags with an X on the end which I intended could be clicked to remove an assignee …
… but I can’t work out how to remove them without deleting the User! In Workflows, whether I choose Change Thing or Change List of Things or Delete Thing, all the options that come up only go back as far as the list of Users (eg. Parent group’s User) and deleting actually removes the User from the database completely, not just from the list of assignees on this particular task.
I can’t find any way of going back one level further to the current task (eg. Parent group’s parent group’s Task - or Grandparent’s Task, if you will!) so that I can delete from the list rather than deleting the actual User. Can anyone point me in the right direction? I have searched on here and read a number of similar posts, but none of them quite answer the specific issue I’m having.



