I have a below code written in js activity. I need to add 1 hour to the variable currDate. How can I do that? I tried with setHour() and + operator without luck. vars.currDate = new Date();logInfo("vars.currDate----------" + vars.currDate);
Hello,I am trying to set a variable using targetData in Javascript. My code looks like this but I keep getting "targetData not defined" error message. I've confirmed my targetData and the alias is correct. Any ideas? I will need to use the vars.deliverylabel in a file name in a file export activ...
Hello, I'm trying to pass dictionary key-value object to display personalized content in recurring delivery and I'm not sure how to do so. General idea is that first I'm querying my database and then I'm using javascript activity to:1. Get customerIds from targetSchema2. Do some calculations through...
We recently migrated to v8 from ACC v7. We have observed many times that when we create an email delivery the mirror page doesn't load when we try to view the same from the delivery object. However when we send out the email and click the mirror page in the email it loads properly. This is not consi...
Hi, According to the access rights configured for our ACCv8 instance, 'delivery' operators should be able to access the 'Transactional message history' folder with read, write, and delete permissions. However, when trying to access this folder, users in both 'delivery' and 'message center' operator ...
a marketer deployed a newsletter campaign last week and wants to check the open and click rate of the emails sorting by the response date. how can the marketer check the open and click rates using a single step?A. by creating a pre-defined filter with trackinglogB. by using a query activity in the w...
Hi, what type of workflow should be used to update the recipient schema from a weekly text file of mailing address changes? is it technical workflow or data workflow?
Hello, We are performing A/B testing on a pair of deliveries and trying to generate a winner delivery for the remaining population after a wait period for feedback. We have followed along with the solution in other Experience League posts, and can generate the delivery within the JS code activity as...
There is a use case to call a Graphql based API provided by external vendor and we need to call that API from ACC, use the response to define journeys. We are doing a POST call with all possible headers, connection works and we receive a 200 response code but the response body comes back as HTML res...