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: Stage vs. Prod Environments - Adobe Campaign Standard - Adobe Campaign Standard 06-02-2021
Hi @juliemarks ,No need to build separately in both instance. You can move it from stage to Prod by exporting and importing as packages.This document will guide you to do it - https://experienceleague.adobe.com/docs/campaign-standard/using/managing-processes-and-data/importing-and-exporting-data/managing-packages.html#package-exportsregards,ParthaSarathy S.

Views

667

Like

1

Replies

0
Re: Query expression operators explained - Adobe Campaign 04-02-2021
Hi @SørenKring ,Check this link - https://experienceleague.adobe.com/docs/campaign-classic/using/getting-started/creating-queries/defining-filter-conditions.html?lang=en#choosing-the-operatorThis will help you to understand about the query operator and about filtering conditions.Regards,ParthaSarathy S

Views

511

Like

1

Replies

1
Re: Lot of empty workflows in Stared State - Adobe Campaign Standard 03-02-2021
Hi @amritakedia_epsilon ,Internal name of workflow starts with '_' are mostly campaign workflows and it would be created under /Administration/Production/Objects created automatically/Campaign workflows/ Configure the list and select campaign name and from there you can investigate further. Thanks!ParthaSarathy S.

Views

456

Likes

0

Replies

0
Re: Order value in dynamic content - Adobe Campaign Standard 02-02-2021
Yes It is possible in standard as well. Please refer this link https://experienceleague.adobe.com/docs/campaign-standard/using/designing-content/personalization.html?lang=en#example-email-personalization

Views

583

Likes

0

Replies

0
Re: Order value in dynamic content - Adobe Campaign Standard 31-01-2021
Hi @Sarim60660 ,Solution for both questions are, you can make dynamic condition as follow, If ( gender checkbox== Girl AND gender checkbox NOT EQUAL TO Boy){ DISPLAY CONTENT FOR GIRL} else If ( gender checkbox== Boy AND gender checkbox NOT EQUAL TO Girl){ DISPLAY CONTENT FOR BOY} else If ( gender checkbox== Boy AND gender checkbox == Girl){ DISPLAY 3rd CONTENT} Else{Default Content} Regards,ParthaSarathy S

Views

617

Like

1

Replies

3
Re: How to get the value of the variable obtained by JS i... - Adobe Campaign 21-01-2021
Hi @uz2020 ,In which activity you are getting this error? In Recurring delivery call your variable as I had mentioned above, and not in this format <%= $(instance/vars/@yearTest) &>.

Views

668

Likes

0

Replies

0
Re: Send SMS via adobe campaigne - Adobe Campaign 20-01-2021
Hi @salome_corniac , This document will help you > SMS Connector and you can refer this document as well Click here Regards,ParthaSarathy S.

Views

354

Like

1

Replies

0
Re: How to get the value of the variable obtained by JS i... - Adobe Campaign 20-01-2021
Hi @uz2020 ,Step 1: Right click recurring delivery > open > in script tab add this below codedelivery.variables._var[0].stringValue=instance.vars.yearTest; Step 2: In delivery property 'Variable' tab, Add > Define Name and dataType alone (for eg, Name = yearTest and Data type = Text) and save the delivery.Step 3: Go to your text content tab, you can select your variable as shown below, Regards,ParthaSarathy S

Views

692

Like

1

Replies

4
Re: How to store CSV data of Data loding (file) in Javasc... - Adobe Campaign 19-01-2021
Hi @uz2020 ,Lets say your Csv file contains 2 columns 'name' and 'email'. And internal name of your data loading (file) activity as 'fileImport'.Next to your data loading activity, place a javaScript activity and try the below coding, var query = xtk.queryDef.create();var record = query.ExecuteQuery();for each (var variable in record) {instance.vars.name = variable.name;instance.vars.email= variable.email;logInfo("Name is : "+instance.vars.name);logInfo("Email is : "+instance.vars.email);} Regar...

Views

379

Likes

0

Replies

1
Re: Proofs not being sent - Stuck in Ready to be delivered - Adobe Campaign 15-01-2021
HI @marias19779225 ,From the second log it says targeting count (message to send is 4) but it is getting failed to Prepare, because of some issues in loading the Personalization content.Please check are you passing all the fields available for personalization and check on target mapping as well

Views

655

Likes

0

Replies

0