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

Malarrajan_Sundarraj
Malarrajan_Sundarraj
Online

Badges

Badges
12

Accepted Solutions

Accepted Solutions
7

Likes Received

Likes Received
28

Posts

Posts
17

Discussions

Discussions
0

Questions

Questions
17

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Malarrajan_Sundarraj
Customize the badges you want to showcase on your profile
Re: parse xml passed inside <ctx> for Transactional template - Adobe Campaign 25-08-2022
Hi @bhaskarc1289447 , The dot notation in the XML element causes the issue while parsing the XML. Can you try this way by changing the payload: Instead of a dot use an underscore (abc_alpha_new_system_User) or CamelCase (abcAlphaNewSystemUser) Fixed Regular 2015-05-8 And then try to access rtEvent.ctx.userMessage.userData.abc_alpha_new_system_User.userBackground. Thanks, Malarrajan Sundarraj.

Views

6

Likes

0

Replies

0
Re: how download a file from azure blob - Adobe Campaign 04-04-2022
Also in your earlier example you had used "vars.filename" event variable. Instead of that can you use "instance.vars.customFileName", assign the full file path in advanced tab and use the instance variable in "File Transfer" Tab.

Views

434

Likes

0

Replies

0
Re: How to know all workflows referring a particular schema in adobe campaign instance - Adobe Campaign 23-11-2021
Thank you @Malarrajan_Sundarraj , for responding and helping 

Views

307

Likes

0

Replies

0
Re: input forms for service & subscriptions can not be located - Adobe Campaign 23-11-2021
Hi @RBE_jonas ,The input form available under Adiministration-> Configuration-> Input formsnms:serviceThanks,- Malarrajan Sundarraj

Views

83

Like

1

Replies

0
Re: Encrypt data - Adobe Campaign 10-11-2021
Hi @Malarrajan_Sundarraj Thank you for your help, I will try your suggested solutions.Thanks Best regards

Views

618

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

779

Likes

0

Replies

0
Re: Pass a variable from Javascript code to diffusion - Adobe Campaign 22-09-2021
Hi @El-Coder, Create JS event/instance variable: vars.xxx='test123'To pass in the workflow activity: $(vars/@xxx)To pass directly in the delivery : <%= vars.xxx %> - Malarrajan Sundarraj

Views

271

Likes

2

Replies

0
Re: How to schedule a delivery from a script Activity in Campaign Classic - Adobe Campaign 08-09-2021
Hello @mrudulm9146324, The correct one is: deliv.scheduling.contactDateTimeZone="Asia/Calcutta"

Views

420

Like

1

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: Passing personalized value from workflow to Landing Page ACC - Adobe Campaign 06-09-2021
@Malarrajan_Sundarraj Thanks 

Views

337

Likes

0

Replies

0