Hi Roxie - We use Moveable Ink to do the same thing but it always ends up being a animated image to pretend to be a countdown timer. I doubt there is another way to do this as you can't execute code within an email body. Also be aware that Microsoft Outlook doesn't like animated images in emails so ...
Hi @priyal_b - we have integrated Campaign Classic with Branch.io and Adobe Analytics to enable Universal Links with full attribution, so feel free to reach out if you need any help with integration. It is actually fairly simple but took a long time to figure out the best way to do this so our exist...
Hi @kumarg - its not recommended by Adobe, but you can use multiple schedulers in your workflow and schedule the three different schedules separately.Probably a better way to do it would be to have 3 separate "start" workflows and a main workflow. Each of the start workflows have a scheduler that ex...
What type of field did you use to store the advisors HTML? I had major issues trying to use an actual memo/html field so just used a normal string field to store the HTML I wanted to insert. Also be aware that you probabaly need to HTMLencode the data you put into the temporary variable
So am posting up the answer that helped @Ritu21 This is my actual workflow that does this:The first two steps are self-explanatory. The query is just querying the same record set for 0 records, but I also put all the additional data onto the schema that came off the schema when I first loaded it. I ...
Hi @chiDing - the pk for nms:broadLogRcp is based on the sequence NmsBroadLogId. This sequence is shared amongst a number of other tables as well so its not exclusive to broadLogRcp.The table below is based on release 9032 and can change depending on your version.CheersDarren
Hi Austin - it sounds from what you are trying to do you just need format the output of the array (Advisors) into the content of the Email? If that is the case then I would just enrich a text field onto the schema and add some HTML text into it based on the array content for each target. So basicall...
Thanks Milan! Do you know if there is a way to force the database to include blank records when it does the query? Right now I am running the query using the "does contain" and excluding it, which is ok but still two steps I'd like to consolidate. Cheers Darren
Hi All - found something weird that we couldn't explain the other day. Testing out a simple query using Contains and the opposite Does not Contain gives different results.As you can see below, the full data set is 42,356 records. A query of lowercase(first name) that contains the text string "deceas...
Thanks @cragthonis. I have been talking to support about this as well and you are correct. Its a shame as we would have likeded the ability to easily develop some additional functionality to enrich and re-route messages but we will probabaly use the resources to create a microsite internally to do t...