How to use get global variables in Main IVRs
The first part is always to build the IVR from the bottom up by creating components or sub IVRs.  In this example, we are setting up an inclement weather warning.  See Inclement Weather Warning IVR for an example of an IVR that has set a global variable.  To implement the global variable created here the next steps are to add the following actions to the Main IVR
Get Global Variable
Select an existing variable: bad_weather
Set ot the value of Global Variable: BAD_weather
Conditional Clause
If 'bad_weather' Equals [1]
Then Go to IVR Menu:Â 'Inclement Weather Warning IVR'Â
At Entry Point: IVR Menu Beginning
(See Step 3 of Inclement Weather Warning IVR)
Main IVR actions (This will be your normal IVR actions)
Unable to render {include} The included page could not be found.