[beginner question] Execute Command unexpected behaviour

Describe the problem/error/question

  1. Node #1 contains string “test123”
  2. Node #2 should execute system command echo test123 based on previous output
  3. Instead it’s executing echo {{ .mystring }}
  4. WHY?!

Please share your workflow

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Solved, I had to switch into “expression”

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.