Fetch Index Position

I have a list of raw data of different values and I sorted out or filtered the raw data by collecting the wanted values from the list. My question is, how can I collect the index position at which the value was sorted out or collected? I would like to use the index position to sort out some values from another list of raw data.


Thanks.

1 Like

Try this, except switch out the variables with your own…

ExampleBlocks1

What this will do is for every item in your MyData list, it’ll add the position to your DataIds list. If you want to switch out with something like a label by creating one dynamically, you can do this…

ExampleBlocks2

3 Likes

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