Hi All,Can you please help me in finding a way to transpose the data from different columns into a single for a customer. I am using adobe campaign V7 PartyIdMonthMoney_arrears123Jan20123Feb27123Mar45 I am looking for transposing the data into something like PartyIdMonth_JanMonth_FebMonth_March1232...
Hi, Is it possible to display dynamic price section in an email using Adobe Campaign ? This price should be updated to the correct value each time the user opens the email ? As our pricing for the product changes over time, we would like to ensure the price in email reflects the actual value at any ...
Hi there, When I was splitting the workflow into different segments, the records from upstream didn't segment correctly based on the criteria.The upstream records before split are shown in pic 1. It has six records, three in record type 1, two in record type 2, and one in record type 4. The settings...
Hello, I am hosting the unsub page for emails in ACC and I wanted to update the template by changing the Adobe Campaign logo in the form as well as updating the button from "Validate" to "Confirm". I can update the text in the messages but I am having trouble locating where I can make the other upd...
Hello. In our instance of Adobe Campaign, we have a high volume of deliveries that either has the status of 'being edited' or are proofs. Is it safe to delete these, would you recommend archiving into a separate folder or something else? To note, the records I'm looking to remove were from deliverie...
Hi folks, i am writing a javascript code to get the access token from an API using grant_type = password but i am getting the below error : Results = {"reason":"Unknown grant_type"}HTTP header 'WWW-Authenticate' used for proxy authentication not found. script : var http = new HttpClientRequest("h...
Hi Folks, I want to grab the data from a table whose date is only 2 days ago and ignore if he has more than 1 row in the table. For example : the below is the tableunique idrespondent idclassoccupationcreated date111abcabc11/8/2020121efgo12/8/2020132huup11/8/2020142abcabc11/8/2020153efgo11/8/20201...
Hi Everyone,I'm new to Adobe Campaign Classic.Currently, I have a hard time to map the internal table name that running workflow using.I found some workflow consume a very high transaction log due to some un-experienced users.There is one INSERT statement that I saw in the database which insert into...
Hi guys, i am trying to call an API from javascript node in a workflow llike below : var http = new HttpClientRequest("https://xxxxx/accesstoken")var buffer = new MemoryBuffer()buffer.fromString("abc" + ':' + "efg", "iso-8859-1")http.header["Content-Type"] = "application/x-www-form-urlencoded"http...