I am trying to create a new form in DWPC where I want to select multiple users in a multiselect dropdown and then show the results in a table.
But I have two problems, firstly the multiselect function only works if I select users on the same page. I can't search and select users, when I do the previously selected users are removed as soon as I search for a new user. It is not possible to show all users on the same page as there are over 2000 users in the system.
The second problem is that I can't use the multi select dropdown to match the results against a form and to show them in the table. In the query-filter the dropdown is not avalible.
Is it possible to solve those problems somehow ?