Jump to content
  • 0

Triggered Emails Only Working Sometimes


KateyN

Question

Hi. I have a somewhat complicated trigger to send an email based on multiple criteria. The issue I am having is that the first action of "send email" with the criteria of a "true" value being untrue, along with other specific criteria like matching IDs, Pre-Survey = "Mail" and "Topic Name = "Ages and Stages, " etc works. It also works if I want to send the same topic of "Ages and Stages" and email for a POST-survey.

The emails are sent only if the "Pre-Survey Sent" or "Post-Survey Sent" checkbox is unchecked in the table, which is done via a SET trigger once an email is sent. 

The problem is when I try to send a second Pre-Survey via email for a different topic. For instance, if I need to send a Pre Survey for "Brain Development," I think it's not working because its seeing that "Pre-Survey Sent" is already checked but for a different topic. I do have the trigger work on a unqiue ID matching a unique ID, so I am lost as to why its not working. Any help would be very much appreciated. Below is the trigger I have. The trigger is long so I had to break it up in numbered pics below.

image.thumb.png.fa0fd8e6eda5d07721905b9d0676ba75.pngimage.thumb.png.fa0fd8e6eda5d07721905b9d0676ba75.pngimage.thumb.png.fa0fd8e6eda5d07721905b9d0676ba75.pngimage.thumb.png.fa0fd8e6eda5d07721905b9d0676ba75.pngimage.thumb.png.4df887267966b0e9d00fddcc70e3062c.pngimage.png.3a3f1e07031b99e3f8d80e8972466b1a.png

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi @KateyN!

I believe that the Topic for 'Brain Development' is not being sent because the UPDATE block for the Pre_Survey_Sent is Before the email block. When working with Triggered Actions, they execute from top to bottom.

If I got this correctly, Block 1 sends when the Topic is 'Ages & Stages', then Block 2 Updates the Pre_Survey_Sent to true and that works. However, when the Topic is 'Brain Development', it does not send the email. I believe this is because Block 2 already executed, and by the time it got to block 3, Pre_Survey_Sent for the Survey is already true.

 

Try to move Block 2 (Update) to the end of the Triggered Action and see if it works!

 

On a different note, I also noticed you were using a text for the 'Pre_Survey_Sent' for the WHERE condition in the email. I read you see that it works, however, I think its best to use the true false logic block for this.

image.png.40ea2c1086bbcfa6dcc2b535f5a51e08.png

Good luck!

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...