The SFTP that comes with Adobe Campaign standard can be connected using a private key only. How do we request that SFTP to be set up with Adobe if we wish to extract data from Adobe Campaign Standard and transfer it to the default SFTP that comes with Adobe Campaign Standard and is visible in contr...
How do I get the list of workflows scheduled to run on a particular date? I tried via marketing activities using the next execution date column but it shows blank for all workflows which I think is not correct. There is a release for this month and we want to prepare a list of workflows running in o...
Is there any way to create a custom report that once a workflow has completed running it can send an automated report? Daily I have workflows scheduled for different times each morning, I then I have to manually go into the the "Log and Task" section under the workflow and gather the raw data for e...
Hi there,I'm trying to import a file that has been partitioned in 10 parts. When the import ends, this wkf must trigger another wkf through an external signal.The problem is that, since there are 10 parts, the external signal is triggered 10 times, while we need just one trigger to let this wkf star...
Hi we have a situation where business wants to give an offer as a part of customer service discrepancy/ situation when arises. So they want to send an offer while the customer is in call with customer service team(near Realtime with in 5-10 minutes).The customer service team triggers this event in c...
Hi All, Is there a way to access the quarantine data in Profile filters? I have created an audience and I would like to include a condition that is "not in quarantine" - so that I am not including profiles that have a quarantined email address in my initial query on a workflow. (I know they get excl...
Hello community,I have a problem when I set up a workflow on broadlog of a specific date like for example "01-01-2021",the Sent volume is 13 but it changes every day each time the workflow is executed even if I don't change the date in the query.Could someone help me on this issue and advise on how ...
Hello, I am trying to use dynamic content in the subject line based on the values in "gender" field. Gender field can have 3 values: MaleFemaleDefault I was trying to use this but it's not working: Hello <%if(context.profile.gender=='Male'){%>Gentlemen<%} else if(context.profile.gender=='Female'){%>...