Node showing error when executing the workflow

Hey @ruby09, are you perhaps using an expression reading the chat ID from a node that has less than four items? If so, you might need to add $item(0). in front of your expression in order to tell n8n to always read the chat ID from the first item of that node (so {{ $item(0).$node...).

1 Like