The LoopBackRequest node supports a number of local environment message tree variables, which you can use to dynamically alter the values that are set in the node properties.
Local environment variable | Type | Description |
---|---|---|
LocalEnvironment.Destination.Loopback.Request.operation | string | The operation to be requested on the external
system:
This environment variable overrides the Operation property on the LoopBackRequest node. |
LocalEnvironment.Destination.Loopback.Request.object | string | The object for the request. This environment variable overrides the LoopBack object property on the LoopBackRequest node, and applies for all operations. |
LocalEnvironment.Destination.Loopback.Request.id | string | The LoopBack® object
ID of the record to be accessed by this request. This value is used
for the following operations:
This Id is assigned to a record when it is created on the external system. |
LocalEnvironment.Destination.Loopback.Request.externalIdName | string | The name of an external ID field of a record
in the external system. This value is used for the following operations:
|
LocalEnvironment.Destination.Loopback.Request.externalId | string | The external ID of a record in the external
system. This value is used for the following operations:
|
LocalEnvironment.Destination.Loopback.Request.filterString | string | A pre-built string format of the JSON filter
object for this request. Used only for Retrieve (optional).
You can use it to set any filter that the connector supports, for
example:
If filterString and filter.where are both specified, only filterString is used. |
LocalEnvironment.Destination.Loopback.Request.filter | structure | The filter to be used for restricting the records
acted upon by an operation.
For more information, see Filtering the records retrieved through a LoopBack connector. |
LocalEnvironment.Destination.Loopback.Request.timeoutMilliseconds | integer | The time (in milliseconds) that the node waits
for the external system to process the operation. This environment variable overrides the Timeout (milliseconds) property on the LoopBackRequest node. |