Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Connector Development
Unanswered

404 Resource not found in Power Apps but connector works in Power Automate

(0) ShareShare
ReportReport
Posted on by 223

Hi all

 

Getting quite annoyed here with the Power Platform 🙂

 

I have built a Custom Connector that connects to an OData web service URL.

 

I use the URL to get data and it needs a '$filter' parameter to fetch data based on a "No" value.

 

I have built the connector, My connector works perfectly fine in Power Automate, however, when I try to leverage this in Power Apps I get the following error;

NativeNass__0-1708609657579.png

My Powerapps formula looks like this;

NativeNass__1-1708609704996.png

 

When I go and look at the monitor, I see that my URL at the end is processed like this;

 

NativeNass__2-1708609773178.png

 

When I go and look at the test pane where I built my custom connector, the Request URL looks like this;

Btw, the testing of the custom connector works perfectly fine.

NativeNass__3-1708609870450.png

These 2 already don't seem to add up.

 

 

My base request URL in the custom connector wizard is this

NativeNass__4-1708609985918.png

With the following query

NativeNass__5-1708610021217.png

 

 

Anybody got some experiences with this?

 

This is not behaviour one should expect...

 

Thanks in advance

An

 

  • NativeNass_ Profile Picture
    223 on at
    Re: 404 Resource not found in Power Apps but connector works in Power Automate

    @bgrgic1 
    Thanks for the input, however, nothing seems to work as expected.
    I have tried almost everything. The fact that it's as 'strange' as it is today doesn't convince me to use something like this in a production environment.

     

    Could be wrong here from my side but it shouldn't need specific workarounds like this.


  • bgrgic1 Profile Picture
    124 on at
    Re: 404 Resource not found in Power Apps but connector works in Power Automate

    There is also a problem in custom connectors that occurs when using it in Power apps because Power apps tries to encode the spaces, you can try to replace spaces with +

    Can you try passing the filter like this:  . GetCustomer({$filter:"No+eq+'123'"})

     

    I don't think you need quotes around $filter, but if the above doesn't work try with quotes as well. GetCustomer({'$filter':"sa+as+='asd'"})

  • NativeNass_ Profile Picture
    223 on at
    Re: 404 Resource not found in Power Apps but connector works in Power Automate

    Hi @bgrgic1 

     

    Unfortunately, this does not work 😕
    Still getting the same error.

  • bgrgic1 Profile Picture
    124 on at
    Re: 404 Resource not found in Power Apps but connector works in Power Automate

    Hi @NativeNass_  I believe that you don't have to send it  as an object from PowerApps when it is a query parameter, you specify it as a value, in your case, it would be .GetCustomer("No eq 'xxx'")

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May 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 >

Featured topics