Skip to content

error: Unrenderable variable #3514

@restagner

Description

@restagner

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions