Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Using Connectors
Answered

Custom Connector Post Action always endsup with Resource Not Found (404)

(0) ShareShare
ReportReport
Posted on by 17

Hi 

 

I want to create a custom connector which is working perfectly fine with a GET action.

But as soon as i use PUT the test fails with the message: 

{
  "statusCode": 404,
  "message": "Resource not found"
}

 

for testing purpos i tried ii with request.bin, but still same behavior. I can post to that ressource with postman.

 

is there something i'm missing?

  • lee2 Profile Picture
    2 on at
    Re: Custom Connector Post Action always endsup with Resource Not Found (404)email

    it to setup email for work states post office not found

     

  • Community Power Platform Member Profile Picture
    on at
    Re: Custom Connector Post Action always endsup with Resource Not Found (404)

    I was getting this error too but my API was working fine on browser and postman. What worked for me was I just waited for 15 minutes and the error was gone. PowerApps takes some time to update the connector so if your API works on browser and still you're getting 404 then don't make any changes to your connector, don't delete and re create the connector, just wait for 15 minutes and it will work.

  • Stef Profile Picture
    17 on at
    Re: Custom Connector Post Action always endsup with Resource Not Found (404)

    https://flow.microsoft.com/en-us/blog/http-card-tutorial/

     

    in the field "BODY"

  • jiwanovski Profile Picture
    76 on at
    Re: Custom Connector Post Action always endsup with Resource Not Found (404)

    I just wonder where I have to add this body.

    I don't know where to put this information to custom connector.

  • Stef Profile Picture
    17 on at
    Re: Custom Connector Post Action always endsup with Resource Not Found (404)

    Hi 

     

    I really dont have a clue what you are trying to accomplish...

     

     

  • jiwanovski Profile Picture
    76 on at
    Re: Custom Connector Post Action always endsup with Resource Not Found (404)

    @Stef I haven't tried this yet... 

    I am new to this. Where can I put this empty body to?

    Here is my Get Action of the swagger file..

     

     "get": {
     "summary": "GetContacts",
     "description": "GetContacts",
     "operationId": "GetContacts",
     "parameters": [
     {
     "name": "Content-Type",
     "in": "header",
     "required": true,
     "type": "string",
     "default": " application/json",
     "description": "Content-Type"
     }
     ],
     "responses": {
     "200": {
     "description": "200",
     "schema": {
     "type": "object",
     "properties": {
     "@odata.context": {
     "type": "string",
     "description": "@odata.context"
     },
     "value": {
     "type": "array",
     "items": {
     "type": "object",
     "properties": {
     "@odata.etag": {
     "type": "string",
     "description": "@odata.etag"
     },
     "knk_ID": {
     "type": "string",
     "description": "ID"
     },
     "No": {
     "type": "string",
     "description": "No"
     },
     "Name": {
     "type": "string",
     "description": "Name"
     }
     }
     },
     "description": "value"
     }
     }
     }
     }
     }
     }
  • Stef Profile Picture
    17 on at
    Re: Custom Connector Post Action always endsup with Resource Not Found (404)

    Hi Jiwanovski,

    its quite a long time ago, since i had this isse. i dont really remember anymore. have you tried to just put {} in the body?

     

  • jiwanovski Profile Picture
    76 on at
    Re: Custom Connector Post Action always endsup with Resource Not Found (404)

    @Stef

    Can you explain how you added the body?

    I do have the same issue...

  • Community Power Platform Member Profile Picture
    on at
    Re: Custom Connector Post Action always endsup with Resource Not Found (404)

    What do you mean when you said I have to add a body? I'm facing the same issue.


    @Stef wrote:

    Hi @v-micsh-msft

     

    I found the solution. I have to add a body, nevertheless the API doesnt need one. And then its working.

     

    Best Regards

     

    Stefan


     

  • Verified answer
    Stef Profile Picture
    17 on at
    Re: Custom Connector Post Action always endsup with Resource Not Found (404)

    Hi @v-micsh-msft

     

    I found the solution. I have to add a body, nevertheless the API doesnt need one. And then its working.

     

    Best Regards

     

    Stefan

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1

Featured topics