Skip to main content
Question

Created drop off reminders in a quiz but I'm having serious issues

  • March 6, 2026
  • 4 comments
  • 21 views

RosemaryLombardi

Hi all, I have created a quiz where I want the ability to remind users to answer the questions if they don’t answer or “drop off”. 

Currently the set up is this:

 

But when I run through it, if I drop off on the second question, it sends me the reminder message for BOTH questions. So if I’m on question 3, I get it three times etc. 

I have tried SO MANY THINGS and I can’t get it to work! 

4 replies

Fabio Gaulke
Forum|alt.badge.img+3
  • Community Moderator
  • March 6, 2026

Hi, ​@RosemaryLombardi!

 

Just put the Wait node before the Condition:

  • Wait → Condition → Follow-up

 

If you leave the condition before, it will run at the same instant the user receives the message block and pause at the wait node. This doesn’t give time to the user click and get the tag.


RosemaryLombardi

Hi ​@Fabio Gaulke ! Thank you, that fixed the multi-message issue. However, I also swapped the condition & delay underneath that one and now that is not firing. Any guess on that?

TY!


Fabio Gaulke
Forum|alt.badge.img+3
  • Community Moderator
  • March 6, 2026

Hi ​@Fabio Gaulke ! Thank you, that fixed the multi-message issue. However, I also swapped the condition & delay underneath that one and now that is not firing. Any guess on that?

TY!

 

If you tested it before, your contact probably has the tag applied. In this case, the condition will be true and nothing will happen. So check your contact and remove the conditional tags.

 

PS: at the end of the automation, you could set and Action step to remove these conditional tags. This would make the flow work as expected again if the contact triggers it once more. 😉


RosemaryLombardi

@Fabio Gaulke Hmmm I cleared the tags, but still having the same issue! Thank you for the suggestion, any other ideas? 😅