Hello I am trying to have a Multiple Dropdown that has a list of users names associated with an ID.
Currently, it only works when 1 is selected. The goal would be to have the search keep expanding when you add more people being selected. At the moment it just stops working.
Hi there, @TomIsCool… if I understand your post correctly, you will need to use an advanced filter to compare the list in the multidropdown to the list in the practitioner_links_self field. So, try this… remove the highlighted constraint, and add the :filtered operator to the end of the search expression in the List to Shift field. Then, add a constraint to the filter, and select the Advanced option at the bottom of the dropdown. Finally, build an expression that should be something like This Appointment-individual-apis practitioner_links_self contains list Multidropdown Practitioner selection's value.
Click the button to add a new constraint, select the Advanced option at the bottom of the dropdown, and build an expression like the one in my initial reply.
You are trying to compare a single thing to an input that contains a list… so that’s why it’s making you specify the item in the list. Maybe try building the expression the other way… Multidropdown Practitioner selection's value contains This Appointment-individual-apis practitioner_links_self.
By the way, you have diligently hidden a single word in every screenshot in this thread, but the word is clearly visible at the top of the first screenshot in your initial post… might want to get that one, too, if it matters that much.