The community member was creating a chatbot that made a request to a webhook, which terminated the chat conversation on Chatwoot. The issue was that this request was running after the last input node, instead of in the expected order. A community member suggested a link to a resource that may have answered the question, and another community member confirmed that the resource answered the question.
I was making a chatbot that on the last node requested to an webwook which terminates the chat conversation on Chatwoot. And my problem was that this request was running after the last input node. It was kind of "hoisted" to the top, just after the last input block. Why is this behavior?