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

pierrec70731455
pierrec70731455
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
14

Likes Received

Likes Received
62

Posts

Posts
59

Discussions

Discussions
20

Questions

Questions
39

Ideas

Ideas
3

Blog Posts

Blog Posts
0
Top badges earned by pierrec70731455
Customize the badges you want to showcase on your profile
Re: A proper way to export delivery template from UAT to Production using packages. - Adobe Campaign 13-06-2019
Hi,What you show us in your printscreen was the logs from the Workflow whereas Jon is asking for the logs of the Delivery.You can either look at the delivery logs in the Email Delivery itself (if has an icon with a red @) or in the Folder Deliveries it was assigned to.Kind regards,Pierre

Views

9.3K

Like

1

Replies

1
Re: Use and update a variable in each schedule workflow run - Adobe Campaign 11-06-2019
Hi,if you want to use the variable in 1 workflow only use an instance variable :instance.vars.myVariable = "blablabla";you can find more details here : JavaScript scripts and templates https://helpx.adobe.com/campaign/kb/instance-variable-in-workflow.htmlon the other hand, if what you are looking for is a variable to use across multiple workflows you have options : getOption("myOption");setOption("myOption", "bliblibli");some examples in here : https://technowide.net/2017/02/28/options-store-con...

Views

2.1K

Likes

3

Replies

0
Re: Stop running a workflow when an instance of the same workflow is running at the moment - Adobe Campaign 11-06-2019
Hi,you can store the status of the workflow in an instance variable called running in an advanced Javascript Code activity and a Wait activity like this (don't forget to set your variable running to false at the end of the workflow) : Kind regards,Pierre

Views

2.1K

Likes

3

Replies

0
Re: Reason about delivery status "Not defined" - Adobe Campaign 07-06-2019
Hi,Where is the not defined? I see it as finished.Kr,Pierre

Views

3.5K

Like

1

Replies

0
Re: A proper way to export delivery template from UAT to Production using packages. - Adobe Campaign 07-06-2019
Hi,did you check that the operator groups in the delivery templates also exist in the instance where you imported your delivery template?Kr,Pierre

Views

9.3K

Like

1

Replies

5
Re: Deep search of schema attributes in the filters - Adobe Campaign 07-06-2019
with a parameter for the depth.

Views

4.3K

Likes

0

Replies

0
Re: Reason about delivery status "Not defined" - Adobe Campaign 31-05-2019
Hi,Can you share some printscreen of the delivery dashboard and logs of the delivery?Kind regards,Pierre

Views

3.5K

Like

1

Replies

2
Re: Required check on two fields - Adobe Campaign 29-05-2019
Hi,could you give us a bit more context (maybe some printscreen?Is it in a schem, in a query?Kind regards,Pierre

Views

4.8K

Likes

2

Replies

0
Re: Vaccum locking tables (Recipient) - Adobe Campaign 29-05-2019
Hi,it indeed wasn't the autovaccum causing the issue.Kind regards,Pierre

Views

1.7K

Likes

0

Replies

0
Re: Unable to read data coming from form-signup on a website in Adobe Campaign - Adobe Campaign 27-05-2019
Hi,here are a couple of tutorials that might be usefull for you : Use the context in webapps​Create JSSP dynamic javascript server pageKind regards,Pierre

Views

3.3K

Like

1

Replies

1