Is there a way to retrieve a key for a specific value in Dynamo?

Hello all,

is there a way to retrieve a key for a specific value in Dynamo? Are there any available nodes for this?

Hi @saifumk8 ,

Why don’t you just swap the Dictionary.ByKeysValues inputs such that the keys are the values and vice versa?

2 Likes

What package node is that? Never seen. There’s a node key components so you get the keys and values independent lists

1 Like

Property set nodes are part of Dynamo for Civil 3D.

2 Likes

This node is from Dynamo for Civil 3D. However, I noticed your recommendation for a node with key components. Though your input is valued, that particular node won’t be applicable in this case.