I am attempting to get the index of a value that occurs multiple times within multiple sublists. The IndexOf node only returns the first instance of the value in the sublist. Is there a way to return the index of each occurrence of that value?
My expected return for the example would be {2,3,4,5,6}