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
Hi @thibaultb473199 , Are your images hosted on AEM asset? It could be possible that login credential for the instance might have changed. Thanks,Jyoti
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...
Hi @smarquro1 , To understand how tracking URL is interpreted and it works, you can check below link:Tracking Parameters If you want a different tracking URL, then you can define new 'tracking click' Option. Define the tracking formula in the option. Then in delivery, redirect the same tracking Opti...
Hi @thibaultb473199 , Login to Execution instance. Then go to Campaign Management --> Deliveries .You will see list of events , select the right event and open it. Go to Deliveries tab and check for email address which has given error. You might find some additional error reason over there. Thanks,...
Hi @Divya104 , No this way of workflow design is not recommended. It causes dead lock situations at some point because the scheduler next run and previous temporary table data are working on same table. Also, your data will be misinterpreted because of the long wait time and shorter duration of sche...
Hi @wALF , Database partitioning is at DB level and for hosted environment it will be done by Adobe Support.You go through below links to know more on best practices.Adobe Campaign Classic data model best practicesBest practices for performance improvement on Campaign Classic Thanks,Jyoti
Hi @supratim320 , It seems delivery is scheduled to deliver certain percentage or number of emails every hour.Please check again the delivery 'Properties'. Is it set waves? If not, is your delivery accessing any Javascript which is doing this setup? If you are not able to find anything, then try to ...