[Extension Proposal] Get Key[s] From Value in Dictionary

A while back, I made this post:

Expanding on this topic, I thought it would be better to propose an extension based on it. It can contain:

  1. A get key from value block, which will get the first key in a dictionary whose value matches the argument.
  2. A get keys from value block, which will return a list of all the keys in a dictionary whose values match the argument (since you can have multiple values with different keys in a dictionary).

Extension Praposal?? I think you need to create feature request on GitHub issues or maybe be here.

I'm not sure why an extension would be needed for this since it's quite a bit of overhead. You could implement this easily enough in the blocks, e.g.:

3 Likes