The result area are show [object Object],[object Object]
instead of [{"k1": "v1"}, {"k2": "v2"}]
#11775
Labels
in linear
Issue or PR has been created in Linear for internal review
Bug Description
The result area are show
[object Object],[object Object]
instead of[{"k1": "v1"}, {"k2": "v2"}]
when expression value is the array of object type.To Reproduce
Data transformation > Edit Fields (Set)
json
andexpression
then paste data belowData transformation > Edit Fields (Set)
json
andexpression
then paste data belowExpected behavior
Show
[{"k1": "v1"}, {"k2": "v2"}]
when showing result for the array of object type. as the same as version 1.61 (my last version before I updated to 1.67.1)Operating System
Docker Image Tag: 659517288a07
n8n Version
1.67.1
Node.js Version
20.18.0
Database
PostgreSQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: