Error while importing Areas during integrations with Azure Devops and Project's requst getting stuck in ProgressIssue When we set up a new Azure Instance to integrate Azure DevOps and trying to import Areas for the projects we are getting below error in the flow “Import Bulk Area” and the request status still shows “Processing”. Error we can observe is "{"count":1,"value":{"Message":"The value '14.0' is not valid for Int32.\r\n"}}"ReleaseAllCauseN/AResolution1. Open action Get Areas Path and click on step Get API Version2. Change the 15 line outputs.default_depth = 14 to outputs.default_depth = '14'3. Save and publish the action but apart from this, there is one more action as well where you need to adjust the same line of code to complete the following flow else the request will get stuck in the processing state 1. Open action Get Iteration Paths and click on step Get API Version2. Change the 15 line outputs.default_depth = 14 to outputs.default_depth = '14'3. Save and publish the action