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

ParthaSarathy
ParthaSarathy
Online

Badges

Badges
24

Accepted Solutions

Accepted Solutions
36

Likes Received

Likes Received
54

Posts

Posts
77

Discussions

Discussions
1

Questions

Questions
74

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by ParthaSarathy
Customize the badges you want to showcase on your profile
Re: Load data issue with long character - Adobe Campaign 24-08-2022
That is the thousands separator for any integer. The raw data is still the same, but it is displayed with comma separator for better reading. It should not affect your queries or expressions. If you want to send that as invoice ID within the delivery without comma thousands separator, then you can use function ToString(@POLICY_ID) Alternatively, you can also alter the schema and change the element type to string.

Views

23

Like

1

Replies

0
Re: ACC - List of function DateOnly - Adobe Campaign 23-08-2022
Thanks _Shubham_Goyal_!!! It´s work.

Views

26

Likes

0

Replies

0
Re: Update flag based on conditions from data loaded from file - Adobe Campaign 22-08-2022
Hi @akarshan-dehal , You can achieve the use case by below Workflow logic As per your condition, I had created a sample CSV in which Person_1 has 2 records, and in which Test1@gmail.com to be updated as Primary email (because the flag is yes), and for Person_2 there are multiple records, and in which any email is fine to be updated (as he have many Yes in flag) and for person_3 and person_4 they have only one email, so it needs to get updated. Data Loading activity: Go to Click here to change th...

Views

14

Like

1

Replies

0
Re: Difference between 'data of the filtering dimension' and 'data linked to filtering dimension' - Adobe Campaign 19-08-2022
Thanks @ParthaSarathy  this is helpful

Views

19

Likes

0

Replies

0
Re: Target Birthday Email - Adobe Campaign 08-08-2022
Hi, another solution would be to use the "DayOfYear" function. DayOfYear(@birthDate) EQUAL TO DayOfYear(AddDays( GetDate() , 5)) Regards, Aurélien

Views

71

Like

1

Replies

0
Re: Moving Delivery Templates to different folder - Adobe Campaign 04-08-2022
Hi @parmeshwarr3905 , Moving of existing delivery template (even If used in some existing deliveries) from Folder A to Folder B won't impact any ongoing recurring and continuous deliveries. Regards, ParthaSarathy S

Views

53

Like

1

Replies

0
Re: club .csv and .txt files in to a single zip file - Adobe Campaign 04-08-2022
Hi @ParthaSarathy and @LakshmiPravallika Please restrain yourself to us execCommand when there is a JavaScript object to allow you to zip file. Although the execCommand is there, we don't like it to be used as there is no control on what can be executed and it has been perceived as a security concern. Please use ZipFile class instead and the getEntry https://experienceleague.adobe.com/developer/campaign-api/api/m-ZipFile-ZipFile.html ANYTIME, you use a File class, make you invoke the dispose fun...

Views

85

Likes

0

Replies

0
Re: Personalisation by segment code - Adobe Campaign 03-06-2022
Hi,If you want to send multiple communications on same communication address (email/mobile) in a single delivery run, you can uncheck the "Exclude duplicate addresses during delivery" in exclusion setting within delivery. This would solve your problem and bring in multiple segment codes for a recipient.

Views

104

Likes

0

Replies

0
Re: Creating a Audience who have clicked on specific link... - Adobe Campaign Standard 24-05-2022
Hi @csoile Sure no worries on the 2nd element, it's workflow optimisation that is useful to know if case performance start to creak in. The steps are:Go to Property tab of Query and select the element in ResourcesSearch Tracking Log and Select nms:trakcingLogRcp In target, Select Profile Doing suhc configruation will result that you will query directly the tracking log entity (as opposed query Profile) and you will return the Profile assocaited to the tracking log... You would have duplicated pr...

Views

132

Likes

0

Replies

0