I have an app with a repeating group, which lists Tasks which are assigned to Departments.
I’d like the user to be able to re-assign a Task from a Department to an individual user. For the UI I have added a icon, which you would click and then see a list of all your Users and you would click to add one of them.
I"m struggling to get this list of users to anchor to the Icon used to click in each Repeating Group row. I am trying with a Floating Group, that is invisible on page load. That floating group then has a Repeating Group with all Users in it. But how do I get that Floating Group to anchor underneath the Icon in the relevant row in the Repeating Group?