Business Rule - Condition to trigger not working

NIEKOB
Tera Contributor

Hello, I am struggling with my requirement. I am required to automate sending email to the caller. There are three email strikes. Per email strikes the contact attempts field in the incident table which I added increases by 1 and the last contact date and next contact date field is updated (I also added this fields in the incident table). In testing my business rules, I set it to 2 minutes interval, the sending of email. It does not work. It immediately sends the three emails and updated the contact attempts to 3.

 

1st strike email

NIEKOB_0-1745133552495.png

NIEKOB_1-1745133619654.png

 

2nd strike email

NIEKOB_2-1745133648917.png

NIEKOB_3-1745133713071.png

 

 

3rd strike email

NIEKOB_4-1745133733109.pngNIEKOB_5-1745133744259.png

 

I think the problem is because the condition is the next contact date is today which immediately triggers all the business rules but I dont know any workaround for this.

 

 

 

 

2 ACCEPTED SOLUTIONS

JSiva_0-1745138635835.png

TRIGGER:

JSiva_1-1745138667439.png

SEND EMAIL ACTION:

JSiva_2-1745138728959.png

WAIT FOR DURATION CONDITION:

JSiva_3-1745138770993.png

FLOW IF LOGIC:

JSiva_4-1745138813971.png

 

View solution in original post

Next contact date:

JSiva_0-1745141111361.png

Last contact date:

JSiva_1-1745141191671.png

 

 

View solution in original post

7 REPLIES 7

Danish Bhairag2
Tera Sage
Tera Sage

Hi @NIEKOB ,

 

Instead of Business rule why dont u go with Flow designer. In flow designer u can easily use timer option to wait for the required amount of time n then provide what is the next action it should do. This way u wont even require the additional custom field which u have created. You can trigger the flow may on Insert of the incident or based upon ur condition.

 

Thanks,

Danish Bhairagdar

I tried making a flow for it. I'm not that familiar with using the flow in sending the notifications.

NIEKOB_0-1745138046420.png

NIEKOB_1-1745138175348.png

 

It changed the contact attempts but the last and next contact date didnt .I tested it but it says complete

 

 

NIEKOB
Tera Contributor

NIEKOB_2-1745138230852.png

 

J Siva
Tera Sage

Hi @NIEKOB 
You can acheive this using workflow/flow designer.
PFB sample using flow designer.

JSiva_0-1745138449287.png

Regards,
Siva