I get this error: Unexpected error. The request for Azure Resource Manager has failed because an error occurred: {"error":{"code":"ActionRepetitionNotFound","message":"The specified repetition '000000-000000' of workflow action 'Do_until_(StatusDocument_is_true)' is not found."}}.
I perform a bound action to generate a document (on sharepoint). I then loop through a do until that queries to see if the document already exists. When the document is found, the status gets set to false and other logic can continue, making use of the found document (it gets attached to an e-mail). The flow works but occassionaly it gives the above error. Any idea why?