${variableName}
syntax, where variableName
is a link to the variable. Here are some examples:${id}
${$dynamicVar.id}
${$response.body.name}
http://${host}/posts/${$dynamicVar.id}
as an URL. ${variableName[index]}
syntax. For example, to access the third response entity id, you'll write ${$response.body[2].id}
. Note that it the index is zero-based.