Hello,
I'm struggling building a flow that would loop until a certain condition is met. I've created a sample flow that starts with a new item being created in SP (the temperature). After the new item is created in sharepoint it sends an approval email that asks if the temperature is greater than 25. The approval is meant to say "yes" or "No". If yes I end the flow, but if No I want it to loop back until the temperature is greater than 25. Does anyone know how to do this? Or can anyone supply me with a sample flow with a "Do Until" loop in it?