How to sending re-ocurring email reminder to user in interval of mins until task is completed?

1
0
-1

Dear Sir/Mdm,

How to sending re-ocurring email reminder to user in interval of mins until task is completed? I tried using boundary timer but its actually a deadline timer? I saw related answers but still couldnt figure out.

Terry

1 answer

1
0
-1
This one is the BEST answer!

Hi all,

I managed to figure how to loop .

1) I create a boolean variable and set a default value to false. 2) Under the form, i create a boolean checkbox. 3) I create a intermediate loop with timer say 1 min and point to an email connector 4) Next, i point the email connector back to timer with condition if boolean variable is false 5) finally, i point the email connector to next task if condition boolean variable is true.

Terry

Comments

Submitted by devendra.nation... on Tue, 07/21/2015 - 07:19

Hey terrytan1979, will you please provide exact step for creating intermediate loop with 1 minute timer?

Notifications