Hi @SorenDP I will suggest to use the built-in Pressure Rule type then like shown here: Pressure rules | Adobe CampaignYou can define the number of messages received and the periodHope it helps
Hi @SorenDP Can you explain in detail what you want to achieve with the pressure rule?Is it to exclude people that have already received a delivery in the past X days?
Hi @Heku_ It seems you are not doing the reconciliation in the Update Data correctly.You should be using recipient-id (NMSRecipients) with foreign-key/recipient-id (Archived Tracking Logs)
Hi @rvnth Have you tried using Group By recipientID with a Count(features) column? With that in place you will only need a Split activity to check if Count(features) > 1, etc.
Hi @PLundmark Adobe Campaign is case sensitive, so it seems "A0.betId" is not same for Adobe as "a0.betId".Maybe you can check your database configuration to solve it.
Hi @rvnth I will suggest to transform the file format to CSV first to be sure the data is supported. Then also use a Read file from SFTP where you can have the updated file daily and read it with a Scheduler.Hope it helps!Best