Getkeys node missing from dynamo 2.0.2

hi all,
I couldn’t find getkeys node on my dynamo , am I missing something ?

image

the printscreen from my dynamo, I have used search bar as well…

thank in advance guy

Try searching for ‘Dictionary’ instead. It seems to just be called ‘Keys’ now.

thanks i.shaw , it was deprecated, I just worked with the yellow warning at the moment

image

1 Like

@ck_user In the meantime you could get the keys as shown below

5 Likes

@salvatoredragotta

Thank you so much. we can use Code Block as :
n = DSCore.List.Count(l);
0…n-1;