Feed a list into IndexOf node

Hello Everyone!

I have a list, containing 9 elements. I have an other list with 72 elements, each of them are one of the first list’s element.
I want to feed the second list as ‘element’ to the IndexOf node to get the index value of that element in the first list.
At the end I need 72 index numbers.
(I hope I’m explained it well enough :smiley: )

At the moment I’m only getting a single ‘-1’ as a result.

Is there a way to use the IndexOf node (or any other node) with multiple elements?

@bombear1 Like this?

1 Like

Exactly! :slight_smile: Thank you very much!

2 Likes