Try [id != '[%CurrentUser%]']. This will retrieve all the account exept the one of the current user.
Regards,
Ronald
And make sure the account entity has at least readonly access for the targeted user role. Else the dropdown list will be empty.
@ Asheesh
If you're showing entities directly related to the Account object in a dropdown, id='[%CurrentUser%]' only will not work. Try the following two options, both should work:
Hope that helps you out.
I have similar requirement but I need to know the logged In user detail like User Id. and I am not finding '[%CurrentUser%] while using Xpath.
I have a requirement where I need to show the dropdown values related to particular user only. for eg if Database has some entries related to User1 and some entries for User2 then dropdown should show only related entries to the Users.