CallMacro

Prev Next

Description

Class name: com.ebd.hub.datawizard.customresp.CallMacro

This class can be used to call a macro.

Return values from the macro cannot be evaluated.

Parameters

Configuration: The macro ID must be specified in the "Additional parameters" field, along with the macro parameters (if available).

The configuration string must be specified in JSON format, see examples.

Examples

The following configuration string calls the macro with the ID -1620352647 and the parameters a=1 and b=2.

{"macro": "-1620352647", "a": "1", "b": "2"}

Using variables:

{"macro": "{--VAR_MACRO_ID--}", "a": "1", "b": "2"}