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 ...
Hey, so I recently called an api within a javascript Icon. I would like to create a temp table and populate it with the api data. I am unsure on how to create a temp table and populate it. I found these functions. I attempted to create a schema, it runs but does not do anything. Any advice would be ...
Update not working when adding data to temp table and Js is not throwing any error but it is updating any tow. Any suggestionsvar schemaName = vars.targetSchema.substring(vars.targetSchema.indexOf(":") + 1);logInfo("Schem name = " +schemaName); var formatString = function(str) { blah blah ...
Same email is delivered to the person two times(workflow has run just once). We have a prod instance with mid sourcing configuration.We could see in delivery logs,there is just one record for those users.Please let me know the possible root cause of this issue.How could we identify if that is an is...
I am following the documentation list here,Using seed addresses Seed addresses Using seed addresses but I keep getting this error,Attribute 'workField' unknown (see definition of element '/custom_nms_recipient' in schema 'Seed addresses (nms:seedMember)').------XML-110013 Error line 0, column 0 (doc...
Hi All, I am trying to join two tables Table 1 : Contains few workflow columnsTable 2 : workflow tableafter taking out desired columns (status ==13(Paused)) I need to stop these paused workflows through some external command.below is the screenshot of my workflow.after joining both the tables I am t...
Hi , Could someone help me in resolving the issue I am facing in my delivery ?I am defining one variable in my Java code and trying to call the same in my delivery but I am not getting any email (even email template where I am trying to call the variable is failing too)Screen shot of my Java code.DE...
We are trying to dynamically generate delivery labels for reporting and tracking purposes for multiple creatives/templates and subject line testing.Ultimately, we'd like to have as few templates and deliveries created as possible so we don't have to generate, sometimes 80-120 delivery templates and ...
Hi All,We have configured Adobe campaign v6 in-house and using our firm wide relay server for sending the emails.Following are configuration we have done:<mta args="-verbose" autoStart="true" statServerAddress="localhost:7777"><relay address="abc.y.com" port="25"/> <child> <smtp> <I...