Filter a list with a list?

Is there a way to filter a list based on items in another list?

So say I have a user, and they have a collection of items associated with them, I would like use the items “contained” in this list to filter out results from another list.

Is this possible at all. I cannot seem to be able to accomplish it if so.

Thanks.

You can nest a list within a list. You have to create the parent list first, then put another list inside of that one.

So drop a custom list in your screen, grab all items from within the list individually (click each item while holding shift to select all of them) and then “make a list” from the contents within. Set the parent list to users and the nested list to the collection that you want to display and filter the list Current User > items.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.