@VAR(<variable_name>)
Description
Returns the value of the specified variable on the current object.
Example
In this example, the rule that contains the action is bound to a page. The smart parameter returns the value of the TYPE variable for the current page.
| Action and return value | XML example (if applicable) |
|---|---|
Action: rr_Get("@VAR(TYPE)") Return value: Rental_Agreement |
|