I'm trying to run an application on powerapps using Microsoft azure cognitive services. This is a sentimental analysis application where in it gives a sentimental analysis score between 0 to 1 where 1 being positive and 0 being negative based on the sentence we enter. But how much I try and execute I'm not able to handle this error:
TextAnalytics.DetectLanguage failed:
{
"code": "BadRequest",
"message": "Invalid request",
"innerError": {
"code": "InvalidRequestQueryString",
"message": "Request contains a query string. Request content should be placed in the request body, not in the url as a query string."
}
}
If anybody has any idea regarding this error and knows how to handle it. Please do help me out to execute this code.