{{}}
, with specific use cases.
Cobalt dynamic variables and their templating can be broadly categorized as:
Access using template
{{node.<node number>.body.<Response object property>}}
OR{{node.<node number>.body}}
, if one wishes to access the complete response object.For example, one can access the first item of response from node 15.It can be accessed as: {{node.15.body.0}}
.{{node.15.response:0.name}}
.Access using Test Run variables
Select the node
Choose the node with required response
Insert Variable
modal, select the Nodes tab and click on the down facing arrow button to expand the node response.id
received in the response when project was created and it’s visible as 4.id
in the field which is of the format <node_number>.<response_field>
.Response not available
Run node
to perform a test execution of that node.{{instance_meta_data.event_name}}
{{instance_meta_data.config_id}}
{{instance_meta_data.instance_created_time}}
{{instance_meta_data.instance_id}}
{{linked_account.udf.<UDF property>}}
{{linked_account.auth_credentials.<auth properties>}}