Hi all,
For some reason my do while loop is breaking and exits the workflow after one iteration. The intention of the workflow is to check to see if a mailbox exists in exchange online via a API request. If the api request returns a 404 status then it should loop back through with a delay and check again until the response status is 200. However it just exits the workflow after one run even though the condition was not met in the do while.
I will in include the segment of the project I am having issues with. I have removed the bearer token from the HTTP Request activity as well as changed the endpoint URL for privacy reasons. I know the API request works and returns the proper information. I have only tested this with the 404 error and that is where im running into issues.
DoWhileIssue.xaml (21.6 KB)