This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
The Find node, having been provided a key, searches a Map for your item, returning true if the Map contains the item, and subsequently returning the value if the item is found.
Inputs
| Pin Location | Name | Description |
|---|---|---|
![]() |
Target Map | The Map that you want to search. |
![]() |
Item to Find | The key that you're using for the search. |
Outputs
| Pin Location | Name | Description |
|---|---|---|
![]() |
Value | This is the value associated with the key being used for the search. |
![]() |
Boolean Return Value | If the node finds the item in the Map, the node returns true. Otherwise, if the node returns false, there is no item contained in the Map that uses the provided key. |
Example Usage




