Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

David_Loyd
David_Loyd
Online

Badges

Badges
22

Accepted Solutions

Accepted Solutions
23

Likes Received

Likes Received
70

Posts

Posts
82

Discussions

Discussions
6

Questions

Questions
76

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by David_Loyd
Customize the badges you want to showcase on your profile
Re: Preview of real time template not showing up when checking with seed address - Adobe Campaign 14-12-2021
So looking at the code & the error again... mctx is undefined...Which means there is no data being mapped to alert.ctx.. This seems backwardsin your code you have var mctx = alert.ctx; If you want to populate mctx with data you would need to pass something like this in your SOAP request. All variable data should be within your CTX (context variable) Below would be the correct way. someString Then map it this way.var mctx = ctx.alert ;

Views

123

Like

1

Replies

0
Re: Filtering Email Bot Activity in Adobe campaign Classic - Adobe Campaign 14-12-2021
Email bots (usually) won't log into your App or website. You could always take email clickers and exclude anyone who has not logged in or authenticated on your domains.

Views

337

Like

1

Replies

0
Re: .. lets assume there is some data in excel and Need to load into list………… - Adobe Campaign 09-12-2021
Hi @Shruti1 , Please follow below steps:1) Use Data Loading activity to insert the Excel data.2) Now Use enrichment activity and map the data with table.3) Use List Update activity and Save data in the list. Thanks,Jyoti

Views

124

Like

1

Replies

0
Re: How can you use the 'toProperCase' function on a variable - Adobe Campaign 09-12-2021
Hi @Tutsaa , You can use a simple version also:<%= recipient.preferredName.substring(0,1).toUpperCase()+ recipient.preferredName.substring(1,100).toLowerCase() %> Thanks,Jyoti Yadav

Views

134

Like

1

Replies

0
Re: How can I pass the workflow name as the file name for a data output tool? - Adobe Campaign 09-12-2021
Cool thanks! In case anyone else has a similar question the format of the JS that worked to get my workflow name as my file name was this. vars.fileName=instance.label + "_" + formatDate(new Date(),"%4Y%2M%2D") + ".txt";

Views

202

Like

1

Replies

0
Re: Change Dimension - Temp Table - Adobe Campaign 08-12-2021
That's exactly how the JS looks. I actually copied the failing workflow into a new workflow to see if this would resolve the issue; nope! But thank you for the feedback. I think you've confirmed it for me. The CD does not behave the same way as other Activities (i.e. Union, Enrichment, Split, etc). So when trying to use a JS to select data from the previous transition, I would need to run it from another activity. Thanks

Views

230

Likes

0

Replies

0
Re: Newsletter - I need to create a generic address for the target mapping of my newsletter for a group of people - Adobe Campaign 08-12-2021
Thank you for the explanation and your time, seems clear to me

Views

141

Like

1

Replies

0
Re: Accessing work flow details in a javascript node - Adobe Campaign 06-12-2021
@David__Garcia Thanks David, that's perfect.

Views

172

Like

1

Replies

0
Re: ☕[Adobe Campaign Community Q&A Coffee Break] Dec 2nd, 8am PT: Zariely Garcia, Senior Technical Consultant ☕ - Adobe Campaign 02-12-2021
Hi everyone joining this Coffee Break, Please take 10 minutes to let us know how we’re doing by sharing your experiences with Adobe Campaign on Gartner Peer Insights. Your feedback is anonymous and helps us deliver the highest quality software to you and your peers. If possible, please complete your review by Friday, December 10th. Start your review here and receive a $25 VISA gift card when your review is published. About Gartner Peer Insights Gartner Peer Insights is an online IT software and ...

Views

346

Likes

0

Replies

0
Re: Local Host Install Error. Windows + ACCV7 - Adobe Campaign 22-11-2021
Right, so you had missing services as per your dump web@default was not running which means it had to be restarted

Views

272

Likes

0

Replies

0