Hi support,
I’m trying to use the ‘Call an API’ function in my flow to make a POST to Microsoft Graph to get an access token.
However, I receive an error:
“error”: “invalid_request”, “error_description”: "AADSTS900144: The request body must contain the following parameter: ‘grant_type’
The puzzling part is that my API call does have the ‘grant_type’ key in the body.
And when I copy the same key/value pairs into Postman and make the same request, it succeeds and returns the desired access token:
Is the API call in my flow converting the ‘grant_type’ key into a non-string value?
