"How can I prevent multiple clicks on a button in Facebook Messenger? Users often click multiple times before the response is shown, and I want to avoid spammy behavior caused by repeated actions.
Solved
prevent multiple clicks on a button
Best answer by rodrigo_silvano
In that case, I usually set up something like:

When a user clicks for the first time in that button, user pass the condition block and receive the message you want to send. After that, you can add a tag to identify that user already clicked that specific button.
If the same user tries to click the same button again, the condition “stop” and nothing happens.
You can add a smart delay block to remove the tag after X time.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


