These IML variables are available for you to use everywhere in this module:
now
- Current date and time.environment
- TBDtemp
- Contains custom variables created viatemp
directive.parameters
- Contains module’s input parameters.connection
- Contains connection’s data collection.common
- Contains app’s common data collection.data
- Contains module’s data collection.scenario
- TBDmetadata.expect
- Contains module’s raw parameters array the way you have specified it in the configuration.metadata.interface
- Contains module’s raw interface array the way you have specified it in the configuration.
Additional variables available to Response Object:
output
- When using thewrapper
directive, theoutput
variable represents the result of theoutput
directive
Additional variables available after using the iterate
directive, i.e. in wrapper
or pagination
directives:
iterate.container.first
- Represents the first item of the array you iteratediterate.container.last
- Represents the last item of the array you iterated
Additional variables available to Pagination and Response Objects:
body
- Contains the body that was retrieved from the last request.headers
- Contains the response headers that were retrieved from the last request.item
- When iterating this variable represents the current item that is being iterated.
webhook.id
- Internal webhook ID.webhook.url
- Webhook URL, which you need to register in the remote service.
webhook
- Contains webhook’s data collection.
Last updated