Need Help , I can't Get data from if node false branch

Describe the problem/error/question

Hello i am ner to n8n.i need help.
I am working on Sales mail Automation

If sheets will have thread ID then it will go to false branch , check follow up interval days and pass data llm chain to draft a follow up mail it will return ( “to”,”subject” and”body” } after that it will go to html node and create html body with thread UI for that it will take previous mail with html tag from google sheet’s data which I can’t get . From html node I can not extract the data of if branch (client CRM data).

I have tried several ways like to match client mail from google sheet and LLM Chain “to” mail to match and extract data but it is not that much feasible.

What is the error message (if any)?

[item 0]
An expression here won’t work because it uses .item and n8n can’t figure out the matching item. The node ‘Follow up Mail LLM Chain1’ didn’t return enough information.

Please share your workflow

Information on your n8n setup

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

hello @talha.mt

Can’t say why it shows an error, as the LLM node should return one item, but you can use Merge node to join outputs of two nodes together

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