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
Hi @marting66652718 I had tried the same, this seems to be the expected format for int64 in data tab. To display as 123123123156 instead of 123,123,123,156 you can store the value as String

Views

26

Likes

0

Replies

0
Re: ACC - List of function DateOnly - Adobe Campaign 23-08-2022
Hi @Yamila1981 , You can use ToDate() function to retrieve date only Example, ToDate(@eventDate)

Views

40

Likes

2

Replies

1
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: Need sample questions or dumps for certification 'Adobe Campaign Classic Business Practitioner' - Adobe Campaign 19-08-2022
Hi @P_G_B You can utilise Adobe Certification Exam Preparation Portal and take free practice tests and can get a coaching report before attempting the certification exam. The Exam Prep Portal offers unlimited access to all available practice tests for Adobe’s expert-level exams. Practice tests are developed from the same blueprints as the actual exams, so they can help you gauge how you are doing in each topic area and potentially help you identify areas where you need to study more or gain more...

Views

42

Likes

0

Replies

1
Re: Difference between 'data of the filtering dimension' and 'data linked to filtering dimension' - Adobe Campaign 19-08-2022
Hi @P_G_B , Data of the filtering dimension: access to the work table data Data linked to the filtering dimension: access to data linked to the work table You can refer this link for more information about it with examples and screenshots. Difference between Data of the filtering dimension and Data linked to the filtering dimension

Views

28

Likes

0

Replies

1
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: Target Birthday Email - Adobe Campaign 04-08-2022
Hi @SaurabhJoshi , Try Below Query, Day(@birthDate) EQUAL TO Day(AddDays( GetDate() , 5)) AND Month(@birthDate) EQUAL TO Month(AddDays( GetDate() , 5)) So, When the workflow runs today (4th August), Recipients who has birthday on 9th August will be targeted today (4th August). Regards, ParthaSarathy

Views

105

Likes

2

Replies

2
Re: club .csv and .txt files in to a single zip file - Adobe Campaign 04-08-2022
Hi @LakshmiPravallika , Try using below script,execCommand('zip -r -j /sftp/my/path/myProject.zip /sftp/my/path/test_1.csv /sftp/my/path/test_2.txt'); Regards,ParthaSarathy S

Views

92

Likes

0

Replies

2
Re: Personalisation by segment code - Adobe Campaign 25-05-2022
Hi,You can use Union activity before delivery, and select 'All shared columns' so that if the same recipients has segment1 and segment2, then there will be 2 records after union. Regards,ParthaSarathy

Views

169

Likes

0

Replies

2
Re: Workflow logic for customers in Recipient table with Birthday date VS blank Birthday date and a different email to be sent. - Adobe Campaign 01-12-2021
Hi @MarioGlad ,you can achieve your logic in a single workflow using SPLIT activity.In Initial Query target your recipients In Split Activity, in subset tab define a filtering condition as birthdate is not empty (Refer below screenshot) And in General tab, Enable generate complement as belowNow you can have 'Birthday Email' for 'Recipients with Birthdate' transition and 'Anniversary Email for 'Birthdate is Empty' transition.Regards,ParthaSarathy S

Views

170

Likes

2

Replies

0