Error:
{
"status": 400,
"message": "An error has occurred. Exception occurred while executing action GetAzureWriteUrl on Entity DataManagementDefinitionGroup: The blob with identifier could not be obtained.\r\nclientRequestId: ###### ###",
"error": {
"message": "An error has occurred. Exception occurred while executing action GetAzureWriteUrl on Entity DataManagementDefinitionGroup: The blob with identifier could not be obtained."
},
"source": "###.####.dynamics.com",
"errors": []
}
Possible reason:
If it's coming on newly added action than you are missing guid, If you modify anything on the action the guid parameter clears itself and you need to put it again.
Solution:
Pass a unique value in the action parameter uniqueFileName , you can write an expression for guid like guid().
Cheers!!!
Check out my other post on Logic app errors and solutions.
No comments:
Post a Comment
Thanks