You’re right, there is currently no way to Loop Until. The workaround for this is to have the loop as a separate flow that starts with a Webhook Trigger and ends with a Branch that validates the condition and sends an HTTP request to itself using the Webhook URL if the condition holds true.