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.
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.
Question
KateyN
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.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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.