Hello,
I am trying to build a recurring workflow (running daily) to send an email 3 days after a contact fills a form on a specific landing page. But I can't find a way to target only those contacts using a Query. The form only gives me the submitted fields information.
How can I target those profiles everyday?
Is there a way to do this using Additional Data, adding a Campaign flag? Or a GetDate() when someone submits the form?
Solved! Go to Solution.
Views
Replies
Total Likes
@rita06 , I would suggest adding additional data (Under landing page properties) when someone submits the landing page. Maybe include the "source" field and set the value as "webform". Within query activity look for profiles created equals 3 days and source as webform to send the email.
@rita06 , I would suggest adding additional data (Under landing page properties) when someone submits the landing page. Maybe include the "source" field and set the value as "webform". Within query activity look for profiles created equals 3 days and source as webform to send the email.
Thank you,
I did it like you suggested and it worked
Views
Replies
Total Likes