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

Jyoti_Yadav
Jyoti_Yadav
Online

Badges

Badges
25

Accepted Solutions

Accepted Solutions
89

Likes Received

Likes Received
181

Posts

Posts
235

Discussions

Discussions
23

Questions

Questions
212

Ideas

Ideas
3

Blog Posts

Blog Posts
0
Top badges earned by Jyoti_Yadav
Customize the badges you want to showcase on your profile
Re: Insert or Update Activity Issue - Adobe Campaign 24-01-2022
Hi @harshalp2212386 , Can you share screenshot of your update activity and workflow. It will give clear picture of what you are doing.In update activity, we define parameters to match the records for Update or Insert. That is the point where it looks for record already exists or not. Thanks,Jyoti

Views

240

Like

1

Replies

1
Re: Seeds not received for offer using email deliveries if actual user is blacklisted - Adobe Campaign 23-01-2022
Hi @PoonamBhardwaj , Seed addresses fetch the personalised data from the target recipients. If they are blacklisted, then they are getting excluded by the settings done in "To --> Exclusions". For non personalised email, seed addresses are not looking for any additional data. They have email address mentioned and email will be triggered to the seed address.Whereas, when your email has some targetData to be displayed, then seed address will substitute the value of actual recipient data. And in th...

Views

129

Like

1

Replies

1
Re: How to access the current delivery metadata - Adobe Campaign 23-01-2022
Hi @FreeSoulAya , Yes control group typology is used for this requirement. It works with scheduled delivery only. If you are not comfortable with control typology, then you can use query activity. Query on recipient delivery logs table and look for all the records that are targeted today. Exclude these records from your target population. Thanks,Jyoti

Views

97

Like

1

Replies

0
Re: Grouping the errors in broadlogMsg table - Adobe Campaign 23-01-2022
Hi @PoonamBhardwaj , No, you should not alter the table records. These are with respect to each recipient delivery. If you delete them, you will not be able to see error message with respect to each recipient. If you want to group them and see what are different types of error that exist in the database, then use query activity. Use Group by functionality of query activity. Group the result by 'Reasons'. Thanks,Jyoti

Views

158

Like

1

Replies

1
Re: Insert or Update Activity Issue - Adobe Campaign 23-01-2022
Hi @harshalp2212386, You can check last modified and last modified by column, but this will not help you much to identify which workflow is updating the schema.You can try below logic for identification:1) Add new column to schema, name it updated by ( insert workflow name).2) Modify the current workflow and add the column in update activity.3) Check the schema and identify if this column has any value other than the current workflow. Regarding update activity giving error:1) It is happening bec...

Views

251

Likes

2

Replies

3
Re: Seeds not received for offer using email deliveries if actual user is blacklisted - Adobe Campaign 23-01-2022
Hi @PoonamBhardwaj, Seeds email will not be received if target is blacklisted. If you still want to send deliveries to those target audience, you can do so by 'uncheck' blacklisted exclusion. It is present under:To --> Exclusions tab. Please check the same for your offer based delivery. Does it has 'Exclude Blacklisted' option unchceked? Thanks,Jyoti

Views

135

Like

1

Replies

3
Re: Split Activity - Document Types are incompatible - Adobe Campaign 20-01-2022
Hi @montezh2001 , Check the table you are referring to in 'Split' activity. Is it temporary table? It should be temporary table because you are targeting data coming from previous branch.If not, share screenshot of split activity setup. Thanks,Jyoti

Views

1.6K

Likes

2

Replies

1
Re: Images not display in online mirror page - Adobe Campaign 18-01-2022
Hi @thibaultb473199 , Are your images hosted on AEM asset? It could be possible that login credential for the instance might have changed. Thanks,Jyoti

Views

192

Likes

0

Replies

0
Re: Ho to get a particular set of values from another set of values - Adobe Campaign 18-01-2022
Hi @Greeshma_Sampath1 , You can use below logic. 1) Use query activity to fetch all the customers. Here your output will have all the records from customer table. Define one variable, : vars.customerId = "1";2) Add test activity to check if number of records greater than zero.3) Use 'split' activity. Split all your customers based on different types of customer type. Also customer Id equals to $(vars/@customerId);Also, add the complimentary branch. This will have all the records other than custo...

Views

413

Like

1

Replies

0
Re: DCE - Which elements are conditional - Adobe Campaign 18-01-2022
Hi @campaignap , We can use "If " statements for conditional HTML content. Thanks,Jyoti

Views

160

Likes

0

Replies

0