You are viewing limited content. For full access, please sign in.

Question

Question

Reminders frequency based on status

asked on October 22, 2020 Show version history

Can a person set Forms reminders to send out more often based on a Status field?

Example:  If Urgent, send reminder daily; If High send reminder weekly; If Low send reminder monthly

0 0

Replies

replied on October 22, 2020

That isn't currently supported, but we can add it to our feature request list. Thanks for the idea. 

1 0
replied on November 6, 2020

What you could do is use a time based interval for time being.

You could use signal throw and catch events to notify users based on that status field.

Let's say HIGH is 1 hour, medium is 2 hours and low is 3 hours.

Then you could use that field value to trigger a signal throw event and email the user based on your status field.

Although you need to train them to know why they are receiving what.

 

1 0
replied on January 6, 2023

This is doable with Forms 11 Update 3.

You can use timer event and exclusive gateway to achieve it. The  conditional expression for gateway is such as "/dataset/_task_priority[@_step_id=3]="High"" , 3 is the step id of the user task.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.