You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Edit Fields action returns an array, there is an invalid error message in runtime:
The 'JSON Output' in item 0 does not contain a valid JSON object
even that the array is valid and in design time is properly visualized.
To Reproduce
Connect the trigger to an Edit Fields action in JSON mode with value: {{ [ { "prop": 111}, { "prop": 222 } ] }}
Start the workflow
Expected behavior
The Edit Fields action should return two objects.
Operating System
Ubuntu Linux
n8n Version
docker.n8n.io/n8nio/n8n:latest (1.72.1)
Node.js Version
?
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Bug Description
When the Edit Fields action returns an array, there is an invalid error message in runtime:
The 'JSON Output' in item 0 does not contain a valid JSON object
even that the array is valid and in design time is properly visualized.
To Reproduce
Expected behavior
The Edit Fields action should return two objects.
Operating System
Ubuntu Linux
n8n Version
docker.n8n.io/n8nio/n8n:latest (1.72.1)
Node.js Version
?
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: