The goal I'm trying to achieve is to send an email notification around campaign activity to our partners only if the contact submitting the form is net new. I feel like this should be something achievable but am having some trouble figure out how to accomplish this in my implementation.
Right now I'm routing people from a form to a CDO. I'm then sending the email using the data card services. I was hoping to use the data lookup criteria to achieve this by matching the create date to a date stamp I was creating when updating the data card but I was not successful in tests. Using a program isn't an option as far as I can tell becuase the email we're sending the notification to isn't the email submitting the form but just another value on the form submission.
Any help or suggestions would be great.