Hi All , while learning i got below 2 Questions , Can someone please give brief idea about these. 1) Let's say we have 2 JS codes (JS1 ,JS2 ) , how can we call JS2 from JS1 (can't use external signal as both JS are in same workflow but in different transitions/part of workflow) , Do we have any fun...
Hi All , Willing to learn in depth working and functionality of "External Signal" Activity , i have gone through official document link"https://experienceleague.adobe.com/en/docs/campaign-classic/using/automating-with-workflows/flow-control-activities/external-signal"Can someone please provide a li...
Hello, I have a workflow that runs every 30min and collects the total # of recipients for a delivery. Currently, it queries the broadLogRcp table for recipients with an eventDate on or after the last time the workflow ran, with the purpose of not counting recipients for a delivery twice. However, wh...
Hi @ParthaSarathy I am trying to create a report in which I want the details of email configuration.For a particular delivery name -xyzWhat is the1.Sender address2.Sender3.Reply address4.SubjectI am trying with using delivery logs by a query activity but not able to find above attributes, and it nee...
Hi, I want to send our club members an email on their birthday.How do I set up the formula so it would disregard the year and would only check the the day and month of the birthdate? ThanksMarie
We are creating the unsubscription link with at typology rule, where we would need to get a value into the unsubscription link which is based on some recipient field, but calculated in a function. So we wrote a function that could for example make some hashing etc, but trying to call the function ca...
Hi all,Is there any column in any of the workflow schema to distinguish execution? i mean unique field/identifier for workflow execution thanks, sankaravel n
Hi @ParthaSarathy I have a scenario where a recipient has opened a single delivery multiple times, and I need to fetch only the top records for each recipient. For example:Recipient | Date1 | 12/282 | 12/273 | 12/26I need to retrieve only the first two records for each recipient. I am trying to use ...