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

christophec3473
christophec3473
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
4

Likes Received

Likes Received
10

Posts

Posts
8

Discussions

Discussions
1

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by christophec3473
Customize the badges you want to showcase on your profile
Re: Temporary lookup tables within the workflow - Adobe Campaign Standard 15-12-2017
Hi,I'm not sure to understand but, I try to answer to you :If you use a upload data activity (if yours datas are in a Excel file for example)If you use a query activity (if yours data are in a schema on Adobe Campaign)You will obtain your temporary table.After that, you can use a union activity to join these data to recipient dataI answer to your question?Christophe

Views

1.0K

Like

1

Replies

0
Re: How to query recipients targeted for a failed delivery - Adobe Campaign Standard 23-01-2018
Hello, thanks for your answer and sorry for my very slow response.I've tried this but as my Delivery is in the state "Personalisation Pending" there are no entries for it in broadlogRcp

Views

352

Likes

0

Replies

0
Re: Execute JS in subject variable - Adobe Campaign Standard 15-12-2017
Hi,If you use a typologie rule which consider the content of your delivery text content, you will able to add your script in this content.//script in your rulevar txtStr = delivery.content.text.source;delivery.content.text.source = '<% document.write(delivery.mailParameters.subject); %>' + txtStr;Return true;I don't know if your Javascript don't work in the text context but, it's ok in the html context.This answer can help you ?Christophe

Views

937

Like

1

Replies

0
Re: Trigger Workflow in Campaign V6 - Adobe Campaign Standard 03-01-2018
Thank you Christophe for your helpAlice

Views

1.1K

Likes

0

Replies

0
Re: Clearing Segment Codes - Adobe Campaign Standard 15-12-2017
Hi,You can get the temporary table name with a Javascript activity : vars.tableName.After with a SQL activity, you can update a codeSegment of this temporary table.Christophe

Views

1.3K

Likes

2

Replies

0
Likes given to