I need to create a list of current users who all belong to the same group. For this, you can imagine these being your “friends”.
My issue is this:
In one screen that I made, I was able to successfully select Current Users from the filter list. When I went to create a new list of the exact same users but displayed in a different format, the option for Current users disappeared.
I flipped back to the other user lists and they’re all configured correctly, but I can tell that if I were to delete the filter, I wouldn’t be able to add it back. My only option now is “Logged in user”, which is not what I want, because it only displays the user thats logged in, which is incorrect.
I think do like this. Select the components on the second list and make a list. And set the collection for that list to user’s and click the custom list and try to add the filter to current user. If you linked from the 1st list to this list the data will appear. I hope this will help you @steffanhowey
I’m a dork. You were right @dilon_perera. Its not that there wasn’t data, but rather that i had incorrectly used the magic text fields for the logged in user vs. current user. Its funny how sometimes its the simplest solutions to problems that you feel the most stuck on.
It seem that there is some confusion with Current User here.
When you add a list of users, normally you will not see the “Current User” option in the Custom Filter. The reason is, that from a list perspective, there is no current user: you have a list of Users, and you filter them by some field parameters.
For instance, if you have a list of Users, add a custom filter Email - is not equal to - Logged in User → Email, then as a result you will have a list of all users except the logged-in one.
Or, if you add a custom filter Crewer - is True, then as a result you will have a list of all users with Crewer property set to True.
The case when you will see Current user will happen if you have this Current User record passed from another screen.
So, for instance, if you would like to have something like this: (1) select some user from the all users list on one screen and (2) display “Friends” for this exact current user on the 2nd screen, then you will have to:
create a list of users on the 1st screen, filter it as you want (for example exclude logged-in users)
link to the 2nd screen
create a list of users on the 2nd screen. There you will have current user (which came from the 1st screen). And then you can filter the 2nd list of users based on some Current user parameters.