Hi,
I have a list and I get index of specific values. In the picture I have some value and I get index of all new, active etc.
Thany you very much.
can you explain more with expected result?
In my list I have many “New” many “Active” etc… many value of some elements that you can see in the node unique item.
I want get every index of each value.
Every index of New, Active, Appeoved etc…
I was trying with dictionary but I didn’t make it 
Hi @Mayo,
You could do something like this:
Thank you very much but I don’t understand your example.
In your e camole you are filtering but I want get the index of every item.
Example:
For “Active” I want get index 0,2,3,6
For “New” i want get 1,5,8,10
For “Nothing” I want get 4,7,9
Hi @Mayo …Not sure if something like this will work for you ??
Thank you!!! I’m trying with IndexOf but the solution is with node “Allindexof”!!! Thank you all very much special for @sovitek