Describe the problem/error/question
When I use the Python code node, and try to print to the browser console using print
function, I can’t figure out how to print objects. I think Pyodide returns a JS object, so all I get is:
[object Object]
How can I get the object printed?
What is the error message (if any)?
N/A
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version: Cloud
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n Cloud
- Operating system: N/A