Hi,
I have developed a custome connector that calls a web service to create a customer in an ERP System.
I have created two flows using the custom connector.
In the first flow (19f68406-82b7-4518-8887-9a473cb6a81f) I am using an external trigger (Dynamics 365).
the customer connector in this flow throws the error:
{ "statusCode": 404, "message": "Resource not found" }
I have recreated the flow and checked everything, but I still get the error.
In the other flow (a4ff8e85-a004-42f5-b18d-4c423b2a2a7c) I am using a manual trigger. Here runs the custom connector successfully.
Both flows are using the same connector (web service) and the same input data.
Do you have any Idea how to fix that?