After info from the chatbox is saved to the google sheet, its replying with JSON in the chatbox ,which shouldnt be the case

Describe the problem/error/question

After the information from the chatbox is saved to the google sheet, it’s replying with JSON in the chatbox, which shouldnt be the case. it should reply saying thank you it is saved! and ask if they want to add another

I think your trigger node is on default mode, which returns data from the last node in the canvas, instead of the AI output. Switch to ‘Using Response Nodes’ mode and attach a Chat node at the end.

2 Likes

Thank you, I figured it out; it wanted a response to the chat node.

1 Like

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