ivan77 Posted November 12 Report Share Posted November 12 Hi , I create a trigger action on update to send email if field value true, but why I always received double of the same email ? I've checked the caspio email log : it is stated sent twice both to recipient and Bcc. here is my trigger action : Rgds Quote Link to comment Share on other sites More sharing options...
0 SaraK Posted November 12 Report Share Posted November 12 Isn't it just sending one copy of the email to the TO address and one copy of the same email to the BCC address? EDIT -- Oops, never mind. I see you are saying each of them are both getting two copies. Quote Link to comment Share on other sites More sharing options...
0 CoopperBackpack Posted November 15 Report Share Posted November 15 Hello @ivan77, This issue looks strange. Is it the only email block in this Trigger? Could you add an additional check: to join the #inserted table with the table itself on the unique field and to check if the PAIDNO field was unchecked before the update? In my example, the table name is 'for_submission'. If this doesn`t help, I think it is better to contact Caspio support. Quote Link to comment Share on other sites More sharing options...
0 NiceDuck Posted November 28 Report Share Posted November 28 How exactly are you updating your records? It is also possible that your '#inserted' contains more than one record, especially on bulk update occasions. You can force the email block to send only 1 email by using a 'TOP 1' clause in the select block. Quote Link to comment Share on other sites More sharing options...
0 ivan77 Posted Tuesday at 06:40 AM Author Report Share Posted Tuesday at 06:40 AM It is solved, There is an error on my other trigger Quote Link to comment Share on other sites More sharing options...
Question
ivan77
Hi ,
I create a trigger action on update to send email if field value true, but why I always received double of the same email ?
I've checked the caspio email log : it is stated sent twice both to recipient and Bcc.
here is my trigger action :
Rgds
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.