How to filter data on list data

Hello,

I am trying to filter data based on list data, i have a created list from a pluck of collection which gives me the following result:
image

When i use rest console i can get the data with this query:

How can i change the result from the created list to the correct format so i can use it in the where clause below?

Perhaps this will help: Filtering Lists in Codeless Programming - YouTube

Regards,
Mark

Thanks Mark,

I managed to figure it out, i first used map items in list and after that i used the following:

image

Now the result is:

image

And this i can use in the where clause.