Overview
BeanShell hash variables are useful when you want to reuse server-side logic inside Joget and return a value dynamically. They are especially helpful when one script needs to call another script with runtime parameters.
Create an App Variable
Call the App Variable
Important Notes
- BeanShell hash variables return strings.
- You can pass dynamic values into the hash variable call.
- Use clear parameter names so the called script is easier to maintain.




Top comments (0)