Hi, thanks for the answer!
I need it because there are situations where I only have the Value part of the container, and if I want to modify the Map, I would need the Key for it.
I’ll probably just create another Map container but with the Value as the Key, and the Key as the Value. So this way I can search back and forth. This isn’t the best solution, and it’d be great if a Find Key by Value node existed.
I tried something like this except, instead of the “contains” I used the “find” node.
The only problem with this was that the order wasn’t the same as the actual Map.