session_parameter

You can use the function session_parameter to retrieve session parameters from the current session in which the Master Template is run.

The function has one parameter of type TEXT containing the name of the session parameter that the function retrieves.

The function results in type TEXT and holds the retrieved value.

An example is provided here.

 TEXT value1 :=
session_parameter("parameter1")