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: Schema data type for Numeric(10,2) - Adobe Campaign 30-09-2021
Hi @ACCUser19 ,The data type in schema shall be double. Cheers,Deb

Views

206

Like

1

Replies

2
Re: Filter output result different when string value given with and without single quotes - Adobe Campaign 29-09-2021
Hi @Greeshma_Sampath1 ,It is due to SQL not ACC. The comparison operator will return different result based on the data type of operand used in your case. That's why, when you pass '3' you are getting a different result than 3. If you want a proper numeric comparison, then the field shall be numeric one or you can write some expression to cast the values if you are sure about the possible values. Cheers,Deb

Views

291

Likes

4

Replies

1
Re: Who received the text version? - Adobe Campaign 29-09-2021
Hi @cbalaguer ,If it is "unknown", then the format is decided by recipient’s mail software.I will let you know if found any way to figure out the delivered format. Cheers,Deb

Views

455

Likes

2

Replies

0
Re: Who received the text version? - Adobe Campaign 29-09-2021
Hi @cbalaguer,If the emailFormat is captured in nms:recipient schema for recipients and the delivery is configured accordingly, then it will give you an idea of how many will get html or text version. https://experienceleague.adobe.com/docs/campaign-classic/using/sending-messages/sending-emails/sending-an-email/email-parameters.html?lang=en#selecting-message-formats I am not exactly sure how to know the format delivered to the recipient. If the "Mail Formats" in delivery is selected as "Let reci...

Views

459

Like

1

Replies

4
Re: Can I use two or more data schema tables for a single email delivery? - Adobe Campaign 28-09-2021
Hi @andregonzalez,Yes, you can query multiple tables and use an email delivery to send emails.In a single query activity you filter data from recipient and delivery log. Also, if there is a link between your custom schema and recipient, it can all be done in one activity. Else you can use an enrichment to filter data based on a join condition. Cheers,Deb

Views

264

Likes

2

Replies

1
Re: The node of path is not stored as an independent SQL field - Adobe Campaign 28-09-2021
It depends on your Database.Do you know the underlying DB in ACC? Cheers,Deb

Views

348

Likes

0

Replies

1
Re: how download a file from azure blob - Adobe Campaign 28-09-2021
Hi @aarg,As per your above screenshot, I have seen the same behaviour earlier. In the “server folder”, if you put the directory and hat codes file name it doesn’t work. But if you mention the server folder along with file name in a variable it works. You can validate that in your workflow as well. Cheers,Deb

Views

754

Like

1

Replies

7
Re: Conversion of date and time format yyyy-mm-ddThh:mm:ss:sss to dd/mm/yyyy hh:mm:ss - Adobe Campaign 27-09-2021
Hi @ravitejagundu ,I hope the following mat help.1.import the the field a string in data loading workflow2. in an enrichment activity add a new column of datetime type3. Write an expression to convert the string to the new datetime field. Cheers,Deb

Views

797

Like

1

Replies

0
Re: Dynamic Date in Subject and email body - Adobe Campaign 24-09-2021
Hi @vinay049 You can try the following.It works for me. Subject: welcome email - <%= formatDate(new Date(), "%Bl") %>Body: <%= formatDate(new Date(), "%2D %Bl %4Y") %> Cheers,Deb

Views

984

Like

1

Replies

1
Re: Dynamic Date in Subject and email body - Adobe Campaign 23-09-2021
Hi @vinay049 ,Have you tried using formatDate()? It shall work. https://docs.adobe.com/content/help/en/campaign-classic/technicalresources/api/f-formatDate.html?hl=formatdate Cheers,Deb

Views

1.0K

Likes

0

Replies

3