This is a tutorial app that showcases the techniques of using hash variable on Joget v5+ Enterprise.
Hash Variable give users greater flexibility and freedom in accessing useful information or relevant run-time values from the system.
A hash variable is a special hash-escaped keyword that can be used in:
 - Form Builder
- Datalist Builder
- Userview Builder
- Supported plugin configuration properties
- Activity name in Workflow Designer
- External Form URL when mapping an activity to an external form
to return the value of some useful runtime variables from Joget components.
 
HASH VARIABLES EXAMPLES IN THIS APP
 
  
   | Type | Description | 
  
   | Workflow Hash Variable | To get workflow activity information of the current assignment. | 
  
   | Date Time Hash Variable | To get date time according to a specified format. | 
  
   | Env Var Hash Variable | To retrieve Environment Variable value | 
  
   | Current User Hash Variable | To retrieve currently logged in user information. | 
  
   | HttpServletRequest Hash Variable 
 | To get the value from the current HttpServletRequest object of the page view. |