Hi Team, I have a features table that generates a new record for a recipient when they purchase 1 or 2 features, like this: Recipient 1 - Feature 1Recipient 1 - Feature 2 I need to trigger an email with dynamic conditions based on the purchased features. The email should display content blocks for ...
Hello, I would like to change these predefined columns when displaying the Recipient-folder.Where do I find this setting/code in the system? I looked around but couldn't find it.Many thanks!
Hi,When I try to compare the date values in QueryDef in Java script activity (in Adobe Campaign Classic), Its throwing an error. Because the date format are not matching.Date1 format: Thu Dec 07 2023 18:45:26 GMT+0530 (IST)Date2 format: 2023-12-11 07:01:34.493Z Now I need to convert the date1's for...
Hello everybody, I am currently analyzing a request and all the impacts it could have but before touching anything, I would like to know if the spawnWithParameters or startWithParameters method could execute the same workflow at the same time without it Is there any error? Let me explain, I have sev...
Hello All, I upload files and publish them successfully to frontals using JS. I want after change the file programatically.Any idea how to achieve that? Basically i want to reproduce "Change the file on the server" but from the workflow. Marcel Szimonisz
Hi, I create this ticket because I need information for an internal study. I am documenting the volume of Adobe Campaign tables and would like to know more about the NMSDELIVERYLOGSTATS table. How is it powered? How is it updated? How is it purged? Which workflows perform actions that manipulate thi...
Hello, Im currently trying to set up an endpoint where the producing system sometimes doesnt send a parameter at all but sometimes does. I know how to set up the endpoint with the parameters but not sure how to handle requests that doesn't have all the parameters that is in the method. This is how t...
Hi all, While working on the survey Web App Page (v5 Compatibility). I am facing the popup error like OUT OF MEMORY. Could any one please help on this.Thanks.
Hi everyone, My schema has a column name called features with values feature1, feature2, feature3 and one recipient can have multiple features For ex:recipient 1 feature 1recipient1 feature 2recipient 1 feature 3 in the HTML, i have added the if conditions but before my email activity there is a d...
Hi everyone! I have the following js script to pass the value gridversion to delivery. The result is OK but the value is not passed to the delivery with double quote " "---var query = xtk.queryDef.create(<queryDef schema={vars.targetSchema} operation="select"><select><node expr="@mongoId"/><node ex...