I’m getting this strange error in my workflow.
- The memory node in my workflow in not recognizing the chatID coming out of ‘telegram trigger’ node.
I’m getting this strange error in my workflow.
Hello @Himanshu_Rana,
The error is based on the variabile that you insert, let’s try to use {{ $json.message.chat.id }}
I think the error occurs because the memory receives input from a Merge that combines several streams, and therefore can no longer uniquely determine which branch the item comes from.
yeah I know that, I mentioned in the question as well..
Yes, I read it.
Have you tried to change the variabile into memory?
Yes, I did.
when I removed merge node, It was working fine.
Great, so I think if you set in the memory the chat ID as below with Merge node it’s worked.
Could you try?
yes I tried it, it’s not working…
Thank you so much.. I solved it..
I appreciate your time. ![]()
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.