Extract a field from a response. It will parse the latest response of the selected request, and return the value (or serialized subtree) for the given key-path.
Example
A login API returns an auth token in the body, in a login field. Subsequent requests may use this dynamic value to point to the login request’s response, to the login field.