Hi,
I have a question about “Next step” and “Action on reply”.
I have set up that after the user replies from the chat the response is saved in a field and send to OpenAI API with “Action on reply” → Action “External request”. After OpenAI API gives response its saved in a field and sent as a message to the user.
Sometimes this doesnt work and when the user answers, OpenAI API responds correctly and then the user sends another message, then the reply from OpenAI is the same because all responses are saved in to the same field for OpenAI API responses. The problem is the timing of the requests, maybe a timeout from someones side.
Will the problem be fixed if the Action External Request is set after “Next Setp” and then after action there is “Send Message”?


Will this stop the repeating of Bot sending the same message from the previous OpenAI request?