I have powerautomate http request endpoint (Put) (tested with postman successfully) that I created a custom connector for. In the PowerApps Custom Connector web page I can test the connector and it works successfully. I specified default values for almost all parameters and as a result, in the PowerApp I am calling the custom connector and passing in the two expected parameters that powerapps prompts me to. These two parameters are a number (float) and a string. No matter how I specify them in Powerapps I get the following message below. The one thing I noticed after chasing down all the google leads for this is that the string parameter is passed in the body of the request as opposed to the other parameters that are specified in the query. I have exported and created the custom connector as a new one, saved and signed out of powerapps so I get prompted to allow access to the custom connector and I don't know what else to try. Anyone have any insight or encountered this with a custom connector? I should probably add that the custom connector is attached to that http request put endpoint in powerautomate and all it is doing is displaying the input with the trigger compose command (not using any user's shared resources like some others have discussed with this problem). Oh yeah - there is no auth specified for the connector in step 2 - it is set to none.
{
"error": {
"code":"AuthorizationFailed",
"message":"The authentication credentials are not valid."
}
} Thanks,
Brian