I created a flow where the do until loop only runs once. It is supposed to repeat itself until the value of the get item in the loop is not equal to "new". However the loop only runs once and does not repeat itself even if the value has not changed and is still "new". Does anyone know what I did wrong