Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
...
...
...
...
...
...
...
Code Block |
---|
_prompt.<Form Field Name> |
The context parameters can also refer to any attributes of any records selected on the view or dashboard from which the action was initiated using the notation:
Code Block |
---|
<View name or alias>.<Attribute name or alias> |
...
...
It is not possible to refer to one context parameter from another.
The values returned by the context parameter expressions can be referenced by the Validation expression, the Filter, the Maximum and Minimum Items expressions, any Stream Action Attribute expressions and any dashboard opened by this action.
The context values are referenced using the syntax:
Code Block |
---|
_context.<context parameter name> |
Unlike stream action attribute expressions, context parameter expressions can evaluate to a list of values as well as single values.
...
...
...
...
...
...