Skip to main content

Set variable to key's value

This will set the given variable to the value of the given key in the given map variable.

note

You can get the value of a key in an inner map by using '.' to separate the map(s). For example, to get the value of 'id' in the map 'Player' inside the parent map 'Data' you would set the Map name to 'Data.Player' and the Key to 'id'.

Parameters

  • Map name (text)
  • Key (text)
  • Variable name (text)