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

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

 

NIEKOB
Tera Contributor

I want to update the field for the incident record I created, the last contact date and the next contact date. I want it to appear in the records, the value

NIEKOB_0-1745139796784.png

NIEKOB_1-1745139842583.png

 


what should I put in the script. I want the last contact date to be now and the next contact date to be 2 minutes after and it should display it in the incident record.

NIEKOB_2-1745139898615.png

 

Next contact date:

JSiva_0-1745141111361.png

Last contact date:

JSiva_1-1745141191671.png