
Announcements
I created a test flow in which I use the do until function to see when the Status of a task is Completed. I added a step after the Do until loop that allows me to run a flow for a period longer than 30 days (restart the flow if a field has specific value), using the timeout function and change limits (on the Do Until step) , the configure next step to run only if Do Until has Time out . Below are some screenshots. Unfortunately, even if the do until loop is completed and the condition it's not satisfied , it never passes to the Time out conditioned step. Can you help me tell me how to proceed in order to take into account the steps that need to be taken when the do until expires?