I have an approval flow that updates a list when 1 person responds and then ends. However, it is supposed to email everyone every 7 days until someone responds. It seems to be doing the opposite. It is not terminating when someone responds. It is still running.
Hi @Penngineer ,
I may suggest you change the Timeout part as PT7D or longer and test again. Timeout value would follow ISO 8601, so For how to configure Timeout value, you may check https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm.
Thanks
I am not sure what you mean. This is what the Do Until looks like.
Hi @Penngineer ,
May you please check if you already configure time limit of Do until action? Actually Do until will have its own time limit. You may need change Do until limit as 7 Days or longer based on your requirements. For Do until limit you may check https://www.digi.com/resources/documentation/digidocs/90001437-13/reference/r_iso_8601_duration_format.htm .
Thanks
Response type is "first to respond". Changed outcome to responses.
I am not sure how add an inner loop, but I will work on that.
The person responded on the 1st day. The approval flow did not check for a response and sent the email on the 7th anyway. Will the inner loop fix that?
Set your approval type to "First to Respond" instead of "All must Reply" and check the Outcome, rather than Responses. Responses is always a collection, Outcome is a string. Also, the way its set up the loop in the parallel branch will always keep the flow open for at least 7 days before it completes since Do Until is always evaluated at the end of the loop. Even after someone responds it will wait the 7 days until it checks whether it should send the reminder or exit. To fix that replace your delay with an inner loop that has a one hour delay and a counter. Have that loop run until the counter reaches 168 (7 days X 24 hours) or the approval condition is reached. Then the reminder will only keep the approval open for a maximum of one hour after the approval completes.
WarrenBelz
146,594
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,928
Most Valuable Professional