All - I have a workflow where I query my client DB (to create a target population. I read in a List created that contains an 'Issue Date (type: Date and Time), and this goes through an Intersection so I can append the Issue Date for all Client ID matches. Then from there, I'm trying to use a Split...
All, I created a Javascript where I ran a xtk.QueryDef and pulled in a "Date" object. I see the @mailDate is now converted to a String. My issue is, I need to be able to use the date in an "IF-ELSE" statement, and perform calculations on the date (i.e - add months, add year, etc); I need to creat...
I have been trying to filter the records based on few conditions and I'm stuck with 2 different things. 1. DateOnly ( event date of recipient delivery logs) equal to DateOnly(DaysAgo(1)) and delivery code equal to "xyz" -- will this give records who were sent email labelled as "xyz" yesterday ? or...
Hello, We are using variables in our "Alert" nodes and it seems that they are working fine if the variable is within the xtk:workflow table. We use for example<%= instance.label %>.On the other side we would like to add some other data from other tables such as nms:operation. I have been trying to d...
I have created a variable,var NovDate = new Date(); This date is in MON DD YYYY Format. I want to convert this to YYYMMDD format. If I write the function : var NovDate = formatDate(NovDate, "%4Y%2M%2D%2H%2M%2S"); , I'm getting an error as below: JST-310000 Error while compiling script 'WKF5041/sta...
Using the DCE for email authoring, I'm trying to understand which HTML elements a visibility condition can be applied.I know conditional statements can be inserted anywhere via the source tab however still interested in any answers for the above. Thanks
I have two parent groups - Control and Offer and within them we will define multiple segments, say for example - Seg_A, Seg_B etc. When I get the final output I want something like this - Control.Seg_A, Offer.Seg_A etc. When I check the option in the Split activity I get the following error - XTK-17...
Hi Team, I want to filter out some records based on the below conditions.example:Input records:customer idcustomer typeDate1Full time01-01-20161Full time01-01-20181Full time03-01-20201Part Time04-01-20211Part Time01-01-20152Full time06-01-20162Part Time01-01-20193Full time08-01-20163Part Time12-01-2...
Hello, I'm doing the exam below and don't know which is the best way to study. There are several books with Questions and Answers but I don't know if they are good material to study. Does someone has a recommendation? (I've been using AC for almost 5 months now)AD0-E314 Adobe Campaign Classic Busine...
Hello everyone, I send out an email successfully but when I look at my online mirror page, I notice that my images are not showing, this is the result I got right now :This is the HTML code I have for the mirror page :Normally this kind of issue not happen with other deliveries but this time I don't...