Get Dictionary.KeyAtValue

Is it possible to get Keys from a dictionary for particular values? We have Dictionary.ValueAtKey node but there is no Dictionary.KeyAtValue node. I want to get the name of the worksets from their Ids.

Here,
Try the Workset.NameFromId from Wombat package

workset.dyn (17.4 KB)

1 Like

Another approach:

1 Like

Hello @theshysnail ,
You are facing a lacing problem, flattern your key list before linked with “Dictionary.ValueAtKey”
if still not working then check type key list (it must be int)

Regards
Sagar Jain