Check with the User names

1
Hi Folks, I am having a requirement in which when one user is logged in, I want to have the all other users list except the logged In user. Please suggest me. Thanks in advance.
asked
1 answers
1

You want all the users except the current logged in user? If so create a microflow action that does a retrieve against your Administration.Account entity that retrieves all records except the current user [id != $currentUser].

If you do not get the expected results, check the permissions on the Account object for the user you are using.

answered