Skip to main content
Solved

Purpose of Skip button

  • October 18, 2025
  • 6 replies
  • 44 views

zak
  • Up-and-Comer
  • 3 replies

Hi, I would like to know the purpose of Skip button in Data collection block for Date&Time. I am new to Manychat and was facing an issue with the Skip button which appears with the Date and Time button.

I idea is that the user books an appointment with Date and Time button and after selecting the date and time the user will be asked further details which are in the flow. But when the user selects the Skip button instead of Date and Time, the flow continues. I want the flow to be closed if the user use Skip button. Any suggestions on how to implement this?

And also there is no option to remove or hide the Skip button or text. What could be the options?

Best answer by rodrigo_silvano

Hey, ​@zak 


So I did this, and it worked (a little different, as I mentioned before):
 

  1. Before the user selects the date, clear the custom filed that you’re going to use to keep the date and time.
  2. Add the block to collect the date and time.
  3. Add a condition block to check if the [custom field] as any value. If it’s true, continue the appointment process. If it doesn’t, follow with another step.
     

6 replies

rodrigo_silvano
Forum|alt.badge.img+4
  • Manychat Community Moderator
  • 1002 replies
  • October 18, 2025

Hey, ​@zak 

Unfortunately, I can’t explain why Manychat does that, but there is a workaround.

The “skip” button can be customized!
 


In this example, I changed the name to “I’m not interested”. It says to the user if they click that button, they won’t get an appointment.

On top of that, you can vote here to let Manychat know that this feature is important to you: 

 


zak
  • Author
  • Up-and-Comer
  • 3 replies
  • October 23, 2025

Thanks for your answer and suggestion. But if there is a ongoing flow, then even if the user choses the ‘Skip’ button or in your case ‘I’m not interested’ then it will move on to next flow which I don’t want. I want to stop the flow if user doesn’t want to continue.


rodrigo_silvano
Forum|alt.badge.img+4
  • Manychat Community Moderator
  • 1002 replies
  • October 23, 2025

@zak you can use a condition block to check if the last reply was “I’m not interested” or not. If it is, send another message or stop the automation.


zak
  • Author
  • Up-and-Comer
  • 3 replies
  • October 23, 2025

@rodrigo_silvano your answer makes sense but have you tried it yourself? I’m asking because I tried it in many ways through condition but I always get the same problem i.e. it continues to the next flow.

What I done is I added an Input Block and added a text to ‘On what date and time you want the appointment?’ and in the Contact’s reply I select Date and Time.

So in edit data collection I have

  • Reply type → ‘Date and Time’,
  • Save responses to a custom field → ‘Date and Time’,
  • Text on button → ‘Choose Date and Time’,
  • Skip button → ‘Skip’.

In the condition I choose

  • System field → Last reply type = text.

Now what i assume is if the last reply is text then I should get a message ‘Thank you’ and if it is other than text like in this case Date and Time, I should get a message ‘Let’s book an appointment for you’.

But I get only one message on both buttons i.e. if I choose date and time, i will get Thank you message and if i select skip i still get Thank you message. If i reverse the condition, i get other message on both buttons.

This is why I posted here that I am unable to understand the purpose of Skip button. And Manychat has now also removed the option to make it hidden by removing the ‘Skip’ text.


rodrigo_silvano
Forum|alt.badge.img+4
  • Manychat Community Moderator
  • 1002 replies
  • Answer
  • October 23, 2025

Hey, ​@zak 


So I did this, and it worked (a little different, as I mentioned before):
 

  1. Before the user selects the date, clear the custom filed that you’re going to use to keep the date and time.
  2. Add the block to collect the date and time.
  3. Add a condition block to check if the [custom field] as any value. If it’s true, continue the appointment process. If it doesn’t, follow with another step.
     

zak
  • Author
  • Up-and-Comer
  • 3 replies
  • October 24, 2025

@rodrigo_silvano thank you sooo much. It worked 😀. You know what was the mistake? Clear Field 😂. I added Clear Field action before taking Date and Time and it worked. Thank you once again for giving your time and solving the issue.

Regards