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

Deb_Tripathy
Deb_Tripathy
Online

Badges

Badges
31

Accepted Solutions

Accepted Solutions
34

Likes Received

Likes Received
80

Posts

Posts
134

Discussions

Discussions
12

Questions

Questions
122

Ideas

Ideas
1

Blog Posts

Blog Posts
1
Top badges earned by Deb_Tripathy
Customize the badges you want to showcase on your profile
Re: Move Duplicated Workflow into a Campaign - Adobe Campaign 04-10-2021
This is exactly what I was looking for it to do! Thank you!

Views

436

Likes

0

Replies

0
Re: The node of path is not stored as an independent SQL field - Adobe Campaign 01-10-2021
You need to open xtk:funclist through the query editor and to select the only line returned. Then you can check the XML displayBut, regarding what you search is here:Résolu : Usage of NodeValue function - Adobe Experience League Community - 374493And no: building SQL function to be used in workflow like an expression should not be done too easy... The base of AC is the database: building a SQL function too greedy in performances could create serious issue on the all platform

Views

307

Like

1

Replies

0
Re: How to Filter Data from a single schema based on geography - Adobe Campaign 29-09-2021
Thanks for the update.

Views

375

Likes

0

Replies

0
Re: JavaScript Functions in Expression Editor - Adobe Campaign 26-09-2021
It's impossible: expressions from workflows (and that appears in the nlClient UI) are only pure SQL translation expressions... You will never find any JS dedicated expression in it:low level expression are ran directly on the DB layer. higher level expression (from JSAPI) are ran on the JS engine layer (on top of the DB layer)If you need to add new SQL expression, you can use this documentation:Ajout d'autres fonctions SQL | Adobe Campaign

Views

782

Likes

0

Replies

0
Re: First time I am setting up an AWS file transfer, help - Adobe Campaign 16-09-2021
Hi @TakL, Were you able to resolve this query with the help of any of the given solutions or do you still need more help here? Do let us know. Thanks!

Views

149

Likes

0

Replies

0
Re: Any solution to save message center mirror pages ? - Adobe Campaign 16-09-2021
Hi @roro_coeur, Did @Marcel_Szimonisz's reply helped you resolve this query or do you still need more help here? Do let us know. Thanks!

Views

299

Likes

0

Replies

0
Re: ☕[Adobe Campaign Community Q&A Coffee Break] Sep 2nd, 8am PT: Arthur Lacroix, Product Marketing Manager☕ - Adobe Campaign 10-09-2021
Hi! We are working on the migration strategy and tooling from v7 to v8. More to come soon!

Views

649

Likes

2

Replies

0
Re: Workflow duplicated but get data schema warning error - Adobe Campaign 07-09-2021
Hi, Please try remapping either one of the filed in the Data extraction activity, click next and finish after sorting the columns and then restart your workflow. Thanks

Views

258

Likes

0

Replies

0
Re: Error while Data Loading (File) - Adobe Campaign 07-09-2021
Hi @Aks333 I see that you are trying to read the directory as shared in the code and the data loading file is unable to pick the file from the location as it is unable to reach until the file rather the location gets pointed only until the directory.Were you able to sort this issue and if not try to give the path followed by the filename to see if you are able to read the file now.

Views

553

Likes

2

Replies

0
Re: Convert System Date to mmddyyyy format - Adobe Campaign Standard 03-09-2021
Thanks David. That works for GetDate() but what happens if you apply the formula to a field in which the date is only present some of the time? When the date is not present the value output into the field is "00". Is there anyway to overcome this. I have tried various functions, e.g.IsEmptyString(datefield) - with and without ToString(datefield) - Iif(datefield IS NULL, Iif(Length (datefield) = 0 , etc. etc,. and nothing gets parsed.

Views

334

Likes

0

Replies

0