Description
Describe the requested update
The Global Meta Data & Function Meta Data section of our In Depth Guide to data_map incorrectly references a global_meta_data
environmental variable for SWML. The actual variable used in production is simply global_data
.
Reason for the request
This error needs correction to dispel confusion for customers working with set_global_data
and set_meta_data
across a multiplicity of SWAIG functions.
Sections to be updated
Some examples:
Incorrect
global_meta_data: Accessible across all functions within the SWML script.
Correct
global_data: Accessible across all functions within the SWML script.
Incorrect
For global_meta_data, access the value of a specific key using %{global_meta_data.key}.
Correct
For global_data, access the value of a specific key using %{global_data.key}.