Skip to content

Conversation

@fardage
Copy link

@fardage fardage commented Oct 23, 2025

Description

Fixes incorrect syntax in the HTTP requests documentation that causes a runtime error.

Problem

The documentation currently shows:

output.script.result = json(response.body).myField.mySubField

This causes the following error:

TypeError: Cannot set property "result" of undefined to "xyz"

Solution

Changed to the correct syntax:

output.script = json(response.body).myField.mySubField

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant