Hi!
Cant find a solution for this. I have a multi select dropdown with users from my users collection. I have an action later on to create a new document in an other collection and in that one i have a list of users with doc ref to my users collection. I have made a query to get my users collection but i cant find a proper filter for the query to only fetch my users from the dropdown. I have tested the function and all my users will be added to the list. So the only step i need to do is to filter my query from my dropdown to be able to add just these users picked in the list.
Hope anyone have an idea to help me.