query doubt
Can we create a query for submission date - current date = 7 days
how can we add this quesry in AJO journey condition box
Can we create a query for submission date - current date = 7 days
how can we add this quesry in AJO journey condition box
If the data type of FormSubmissionDate is dateOnly, you can validate using the following expression
toDateOnly(toString(nowWithDelta(-7,"days"))) == #{ExperiencePlatform.leadinquiry.experienceevent.at(0)._abc_partner.FormSubmissionDate}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.