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

Raj_Ganta
Raj_Ganta
Offline

Badges

Badges
22

Accepted Solutions

Accepted Solutions
33

Likes Received

Likes Received
92

Posts & Comments

Posts & Comments
97

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Raj_Ganta
Customize the badges you want to showcase on your profile
Re: how to convert query result into JSON to use a body t... - Adobe Campaign 30-05-2021
I tried it in different way and it worked. Created an array with quotes and somehow stringify was throwing error. Didnt use that.

Views

441

Like

1

Replies

0
Re: how to convert query result into JSON to use a body t... - Adobe Campaign 24-05-2021
I need to remove the root node and as well the the next node after that to make sure body is in proper format. when I try to use removeChild , it is throwing up error.

Views

481

Likes

0

Replies

0
how to convert query result into JSON to use a body to API call - Adobe Campaign 22-05-2021
Hi, I am trying to make an API call and need query results in the request body. I am finding it difficult to convert the result into a JSON body. Any help is appreciated. Thank you.

Views

546

Likes

0

Replies

4
res.setName is not a function error in Reports. - Adobe Campaign 19-10-2020
Hi, I am experiencing the below error when I am trying to create a report in adobe campaign. I am creating a report using deliverylogstats cube and it does some huge data processing on deliveries for different metrics. I was able to see the report but after a few times without making any changes I am seeing this below error. TypeError: res.setName is not a function{anonymous}("query")@_report_RPT101__preview:494 {anonymous}()@/nl/core/formbase.js:373 _report_RPT101__preview([object HttpServletRe...

Views

415

Likes

0

Replies

0
Re: Where can I download the CLIENT console for desktop? - Adobe Campaign 12-08-2020
https://docs.adobe.com/content/help/en/campaign-classic/using/installing-campaign-classic/installing-campaign-in-windows-/installing-the-client-console.html

Views

2.7K

Likes

0

Replies

0
Re: Second workflow is required for a campaign - Adobe Campaign 27-07-2020
Hi, I think there is a limit to the number of workflows you can create in a campaign. the limit might be a very high number. Just want to update on that.

Views

516

Likes

0

Replies

0
Re: Campaign in wrong folder - Adobe Campaign 27-07-2020
Hi, while doing the above-mentioned answer, check the full name of the folder once moved, if you want to keep the full name intact I think you should be careful. Click Shift while you drag and drop it. Not 100% sure if this works. let me know.

Views

738

Likes

0

Replies

0
Re: Paralel / serial execution - Adobe Campaign 03-06-2020
Hi Milan,I think the external signal invoking is asynchronous and that will probably result in triggering the workflow again and again even before it is completed.Think of a solution to handle that.I am not aware of what exactly you are trying to do there, so cant really comment.you can use session write and later run the workflow every one or two minutes to send notification

Views

1.7K

Likes

0

Replies

0
Re: Date Format Change - Adobe Campaign 02-06-2020
Hi, check thishttps://blog.floriancourgey.com/2019/03/using-dates-in-adobe-campaign

Views

2.9K

Like

1

Replies

0
Re: Drip campaign with 2 day wait for 1st emailer - Adobe Campaign 14-04-2020
Hi, the use of wait activity is not recommended because if the server crashes or if something happens at the database level, you will lose the records whom we are targeting. it is better to use multiple workflows and targets based on the list if you are sending the same email to the same set of recipients irrespective of their open or clicks. if you are using open or clicks to determine to send the 2nd delivery, then you can make use of tracking logs where opens and clicks are recorded.you might...

Views

4.3K

Likes

0

Replies

1