Hi @jg224
100 specifies - it will run the loop max 100 times
you can increase to a number depending upon the license
Yes, add a delay within do until
for example if you add a delay of an hour
then it will execute loop 1, delay and then loop again depending upon the condition
Check limits and configuration:
https://docs.microsoft.com/en-us/flow/limits-and-config
Also, since you are checking the sharepoint column - its value will never change says flow has reference to its last value.
Create a variable and sets its value to the column
then in the do until loop, read value again and set the value to variable
this way, variable always has the latest vlaue to compare
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly