The current setup is not functioning correctly with the data collection process, specifically regarding the default skip button.
When I click on both buttons—1. Book an Appointment and 2. Skip Button (the default in data collection)—the following action triggered is Send Message #5.
I would like to have distinct responses for each button. If I click on Book an Appointment, it should trigger Send Message #5. Conversely, if I click on the Skip Button, it should trigger Send Message #13.
I need help on the subject.
Thanks and Regards.
Page 1 / 1
Hey, @MAB
I run a test on my side and it worked.
Make sure that the account you’re using to test your flow hasn’t any value in “appointment date and time” variable.
Tip: after the message #5, add an action block with “clear user field”. With this additional step, when they want to schedule again, the condition block will work properly and doesn’t send the wrong information.
Dear Rodrigo_silvano,
Thank you so much for your help—I truly appreciate your time and support.
After clearing the cache, cookies, and browser history, I tested it again. While it worked correctly the first time, the issue persists on subsequent attempts.
I have already raised a ticket with customer support and am awaiting their response.
I also added an action block after message #5, as suggested, but unfortunately, the problem still remains.
Thanks again for your assistance—any further guidance would be greatly appreciated!
Regards.
Please check this if it is correct ?
Hey, @MAB
You action block to clear the “Appointment Date and Time” should be placed after you don’t need that information anymore.
If you need to use that information after the message #5, you can’t clear that information right after that message.
Examples:
Image 1: You’ll need to save the date and time because you’ll use that information during your flow. → Put the action block at the end of your flow.
Image 2: You won’t need to save the date and time to use later. → Pt the action block right in front of your message #5
Image 1
Image 2
So, if you won’t need to save that information to use later on your flow, you flow looks correct.
Dear Rodrigo_silvano,
Thank you for your timely support. The problem has been resolved, and I value your help.