Checklist
Description
When the response body from a previous node contains multiple objects in an array, the current node does not display the correct data at runtime. Instead, the response body shows 0.
However, once the execution is completed and the node is reopened, the correct data is reflected.
Reproduction
- Configure a workflow with multiple nodes:
- One HTTP Request node
- One JavaScript (JS) node
- Configure the HTTP Request node so that it returns a response body containing an array with more than one object.
- In the JavaScript node, access the response and return the length of the response body array.
- Execute the workflow and observe the output of the JS node.
Additional context
No response
Checklist
Description
When the response body from a previous node contains multiple objects in an array, the current node does not display the correct data at runtime. Instead, the response body shows 0.
However, once the execution is completed and the node is reopened, the correct data is reflected.
Reproduction
Additional context
No response