I want to make my bot to wait for a new response

My bot tries to execute all the ifs that are possible but I want it to wait for a new response after the bot responds

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Jose_Lopez It would be much easier to answer your question if you could share your workflow. Simply copy all your nodes, then edit this post and place them inside </> code.

Ok, I editted it

Please correct me if I’m wrong, but do you want to wait in cases where the user has entered the wrong password?

yes, and i want my bot also to wait after he ask me something to me to answer

after the second if the bot doesnt let me put a password

When the bot is used in a one-on-one conversation, it will wait indefinitely for your reply. In group chats, you’ll need to add memory to the bot to track and recognize each participant

Take a look at this video. https://www.youtube.com/watch?v=t_azqARQSb8&t=722s

If I understand you correctly you want to stop workflow if user didn’t put the password for some period of time?
For that you have Workflow settings:

No, the bot tries to use my first message to answer all the ifs. After I give the password, I want it to wait until I send another message before responding.

Are you trying to create auth system for your bot?

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