Add map keys to list
This will add all of the keys of the given map variable to the list variable with the given name.
note
You can get the keys of an inner map by using '.' to separate the map(s). For example, to get the keys of the map 'Player' inside the parent map 'Data' you would set the Map name to 'Data.Player'.
Parameters
- List name (text)
- Map name (text)