How to give visibilty condition for dropdown to display some elements of dropdown?

0
Hi Team, Requirement is, I have 1 dropdown if as a user i select some element from dropdown then that selected element should be hidden for other users and dropdown needs to show only those elements, which are not selected. How can i achieve this? Thanks in advance.
asked
1 answers
1

Hi Prajakta

 

I assume the dropdown is a reference selector. You can set the selectable objects of the selector to microflow. In that microflow check for all elements that populate the dropdown if they have a relation to any user. If yes → remove them from the list. After all of that is done you have a list with objects that have no relation to any user (unclaimed objects). Use that list as your return object.

answered