Describe the issue/error/question
i have a wait node with returns when fulfilled a json like { “answer”: “yes”}
with the switch node afterwards i want to take care of
th answer options as they are yes, no and cancceled.
However i cant figure out how make it, not the logic with expressions, but as soon as i time a expression like {{$node[“Wait”].json[“body”][“answer”]}} its seems throw an error with “undefined” and the gui options for the output s disappear.
What is the error message (if any)?
Please share the workflow
Information on your n8n setup
- **n8n version: 0.214.2
- **Database you’re using (default: SQLite): SQLite
- **Running n8n with the execution process [own(default), main]:main
- **Running n8n via [Docker, npm, n8n.cloud, desktop app]:docker ( embed, custom)