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 th...
Hi @Poonam_Dogra , 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 databa...
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 wor...
Hi @Poonam_Dogra, 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 'E...
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...