3 issues with pipeline

Describe the problem/error/question

Here are the 3 issues with my pipeline:

  1. Chat ID in the second “Send a text message” node isn’t static — even when grabbing it from the first “Send a text message” node, it still breaks.
  2. Photo trigger only works when testing — if a photo is sent after the bot prompts the user to send one, the workflow doesn’t register it as a trigger.
  3. HTTP node output issue$json.outputs isn’t returning the correct image filename from ComfyUI/RunPod

What is the error message (if any)?

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

<!-- If you need help with data transformations, please also share your expected output. -->

## Information on your n8n setup

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

Hi @aiagentlord, something feels off with your flow json i cannot seem to copy paste that, what i can assume is that

for the chat ID always refer that ID from the original telegram trigger node instead of chaining.

The flow must be in production mode as telegram only registers one webhook.

that it is not returning image can be related to chaining you can try .values()[0] to traverse comfyUI json.