You asked, we listened. We’ve extended the deadline to submit your application for the 2025 Adobe Experience Maker Awards to October 11, 2024. You now have two more weeks to showcase the transformative digital experiences you’ve created. In December, we’ll announce all finalists and open voting for ...
Hi,I have generated a WSDL from this URL https://<myserver>/nl/jsp/schemawsdl.jsp?schema=nms:rtEvent for the Message CenterAfter, I've imported the XML file in a SOAP UI proejct and modified pushEvent request in a semi-customized request.I will have SOAP requestS written like this:<soapenv:Envelope ...
Hi,Can I create vlookup or hlookup formula inside our workflow?The List of Functions under Advanced Parameters doesn't contain either vlookup or hlookup functions:As you know vlookup (or Vertical lookup) searches down the first column of a range for a key and returns the value of a specified cell i...
What causes Adobe Campaign Sandbox (client) connect errors?# The error contents are as follows.libodbc.so: cannot open shared object file: No such file or directoryUnable to load the dynamic library 'libodbc.so'Check if it is in the paths of environment variable LD_LIBRARY_PATH and make sure it is a...
Hello All,Where can I find all possible functions I can use and what is their meaning in the sysFilter condition enableIf attribute e.g. hasNamedRight(''), EVal(''), $(homeDir),$(loginId)... In documentation you can find only one, hasNamedRight(Basically I need something as hasNamedRight for to use ...
Hi Team,I am new to Adobe Campaign and do not know much about the tool's capabilities. Any help would be helpfulQuestion - I am trying to condition email subject line based on the XML nodes. The only way out for me is to traverse the XML to find a node that start with some character - for example 'X...
Good Morning!We're hoping to utilize Enumerations within Campaign in order to avoid the potential fat finger/extra space/capital letter issue in our querying. However, after following the necessary set-up here: Managing enumerations i'm running into some unexpected behavior (to me) and i'm looking ...
Hi,We have a requirement to Replace Eloqua to Adobe Campaign for a B2B Customer which is also integrated with SalesForce.We need to create a data model for the customer. The Eloqua Schema fields are not available in Adobe Campaigns. Looking for some recommendations on creation of Data Model or some ...
Hi, I would like to create a predefined filter where i can able to reuse the filter in many workflows with different values. For ex: In first workflow, condition is email domain = gmail.com and country = USA and in second workflow, condition is email domain = yahoo.com and country = HK. Is that pos...
We are currently trying to find ways to upload local images directly in a content template (see screenshot). The upload has been successful but the image does not seem to appear when proofed to an inbox. Additionally no link is created once we view the html code. It simply shows the local file path....
Hi, I'm trying to get the MAX value of @eventDate from Recipient delivery logs (nms:broadLogRcp)I tried this option but vars.maxBroadLogEvent output is always empty.var query = xtk.queryDef.create( <queryDef schema="nms:broadLogRcp" operation="select"> <select> <node expr="@eventDate"...