
Announcements
Hi,
Have created one custom connector and I have verified it with MS Flow and its working tine. have some convern while verifying with MS Flow. MS Flow does not display the custom response code and message which I defined in Swagger file (custom connector). It display the actual response message from API.
1) how to display custom error message for specific error code in MS Flow for Custom connector?
2) If Flow override the custom message of custom connector then what is use of it.
"responses": {
"200": {
"description": "Valid response returned",
"schema": {
"$ref": "#/definitions/TaskUpdateResponse"
}
}