-
Notifications
You must be signed in to change notification settings - Fork 656
Open
Description
I'm attempting to capture a response using jsonpath
and then provide that response to the next endpoint as payload. However, when I attempt to run the script I get an error
variable <statement_request_ids> with value [173088,173089,173090,0,0,0,0] can not be rendered
Here is my script
POST http://hostname:8666/statementgentool
[
payload here
]
HTTP 200
[Captures]
statement_request_ids: jsonpath "$[:].StatementRequestId"
POST http://hostname:8666/statementgentool/query
{{statement_request_ids}}
HTTP 200
What am I doing wrong?
Metadata
Metadata
Assignees
Labels
No labels