Is there a way of a existing step in AC6 that allows concurrency to be built in a Technical Workflow(TW) in AC6 ? Scenario - There is a TW built in AC6 that is shared between different marketing divisions. When a marketeers starts a TW, the workflow will be able to execute ONLY if no instance of th...
Hi,I have a query on the temporary workflow tables that are created each time a technical workflow(TW) is run in AC6. Does AC6 create a NEW instance of the workflow table for the same TW when it is run again or does it overwrite or append the entries in same workflow table in each run ?-- My concer...
In my workflow I am populating an instance variable with the last run date:instance.vars.last_run_date = new Date()Each time this workflow runs it populates the variable. My question is - how do I use this variable in a query node target selection - I want to only pull back records where the expres...
Hi,I'm trying to add a column to each report showing how many people have unsubscribed. Ideally it should be on the same report so it is next to the delivery template and we can see how many people are unsubscribing from each specific email. I have managed to place the unsubscribed column but I am s...
Hi,I want to import a Data Schema package from my DEV to STG. I have done some modifications in DEV on an existing Schema and the changes are quite big , so I want to import the same into STG.While I am importing the if the MD5 id gets changed in STG will that cause any problem ? Also can anyone ...
I am doing segmentations in Adobe Campaign but the actual campaign is being sent out of another system (EPSILON). I want to leverage the performance data like open, click, channel etc. information from the other campaign system (EPSILON) to generate OOTB URL Clickstream reports out of Adobe Campaign...
Hi Team,I have configured my Line with Adobe Campaign as per the Adobe document LINE Channel Visitor details are not synched in Adobe Campaign. May i know how this synch happens? Also i have made sure the Two workflows were enabled.Thanks,Ragu
Hi,I am working on landing pages in Adobe Campaign Standard. I created a landing page and published it. I want to know how to change the form based content in it. ( add more form fields) I can see the source using show source but how do i add new fields ? The following code is for name field .div><l...
Hi,I have an Adobe Campaign Web app with 2 pages.I'm trying to enable a transition between the first and the second page via a link and a script since I need to use variables in the second page.This is the HTML that calls the function:<a href="#" title="Edit" onClick="updateContent('inbox','<%= prom...